Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Regexp-Common-2017060201-1.25 RPM for noarch

From OpenSuSE Leap 15.4 for noarch

Name: perl-Regexp-Common Distribution: SUSE Linux Enterprise 15
Version: 2017060201 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.25 Build date: Fri May 25 20:16:43 2018
Group: Development/Libraries/Perl Build host: sheep63
Size: 510136 Source RPM: perl-Regexp-Common-2017060201-1.25.src.rpm
Packager: https://www.suse.com/
Url: http://search.cpan.org/dist/Regexp-Common/
Summary: Provide commonly requested regular expressions
By default, this module exports a single hash ('%RE') that stores or
generates commonly needed regular expressions (see "List of available
patterns").

There is an alternative, subroutine-based syntax described in
"Subroutine-based interface".

Provides

Requires

License

Artistic-1.0 or Artistic-2.0 or BSD-3-Clause or MIT

Changelog

* Fri Jun 09 2017 coolo@suse.com
  - updated to 2017060201
    see /usr/share/doc/packages/perl-Regexp-Common/Changes
* Wed Apr 05 2017 coolo@suse.com
  - updated to 2017040401
    see /usr/share/doc/packages/perl-Regexp-Common/Changes
    Version 2017040401 Tue Apr  4 11:20:45 CEST 2017
    + Prepare for 5.26: don't rely on '.' being present in @INC when testing.
* Sun Jun 12 2016 coolo@suse.com
  - updated to 2016060801
    see /usr/share/doc/packages/perl-Regexp-Common/Changes
    Version 2016060801 Wed Jun  8 14:40:04 CEST 2016
    + Removed the optional leading 0 from Australian postal codes -- use -lax
      to enable this feature.
    + Improved the patterns for Belgian, Danish, Greenlandic, Swiss, Italian,
      German, French, and Norwegian postal codes, only matching actual
      valid codes.
      This implies rewriting their tests from scratch.
    + Added patterns for postal codes for Liechtenstein, Luxembourg,
      Monaco, San Marino, and Vatican City.
    + 2315992 tests in 73 files.
    Version 2016060201 Thu Jun  2 02:58:35 CEST 2016
    + Improved Australian zip code pattern; pattern matches current zip codes
    + Tests for Australian zip now use Test::Regexp.
    + Stop distributing author tests.
    + 522126 tests in 68 files.
    Version 2016060101 Wed Jun  1 00:34:17 CEST 2016
    + We ceased to support pre-5.10.0 perls.
    + Fix warnings for older perls ($RE {delimited})
    + Removed t/test_keep.t
    + Improved testing for square numbers.
    + Updated the Copyright notices to include the current year.
    + 481918 tests in 72 files.
* Tue May 31 2016 coolo@suse.com
  - updated to 2016053101
    see /usr/share/doc/packages/perl-Regexp-Common/Changes
    Version 2016053101 Tue May 31 00:16:57 CEST 2016
    + Added a pattern for Austrian postal codes. (RT 53299)
    Version 2016053001 Mon May 30 14:12:17 CEST 2016
    + No change at all, work around PAUSE issues.
    Version 2016052901 Sun May 29 22:46:42 CEST 2016
    + Fix POD nit (RT 103850)
    + Don't run author only tests, unless AUTHOR_TESTING is set (RT 90600)
    + Added a 'strict' option to matching IPv4 addresses. (RT 93437)
    + 392978 tests in 71 files.
    Version 2016052804 Sat May 28 23:24:37 CEST 2016
    + Fix issues with matching Roman numerals, where the pattern wasn't greedy
      enough. (RT 104353)
    + Allow Roman numerals to match sequences of 4 Is, Xs, Cs and Ms. This
      raises the maximum number to be matched to 4999 (MMMMCMXCIX)
    + POD nits (Debian Perl Group)
    + 387994 tests in 67 files.
    Version 2016052803 Sat May 28 12:24:06 CEST 2016
    + POD nits (Debian Perl Group)
    + Eliminate the use of s///r (Slaven Rezix)
    + Require 5.014 for the 'bquote' pattern.
    Version 2016052802 Sat May 28 01:40:43 CEST 2016
    + Document what is captured for the 'bquote' pattern.
    Version 2016052801 Sat May 28 00:40:22 CEST 2016
    + When multiple delimiters are given, wrap the clauses inside a (?|).
      This makes that, under -keep, the used delimiters are always in
      $2 and $4, and the string between the delimiters is always in $3.
      A requirement on 5.10.0 is now in place for the 'delimited' and 'quoted'
      patterns.
    + The 'delimited' pattern now allows specifying closing delimiters which
      are different from the opening delimiters.
    + Added a 'bquoted' pattern, which is a shortcut for using the 'delimited'
      pattern with 85 mirror imaged bracketing constructs.
    + 248427 tests in 67 files.
* Sun Feb 07 2016 coolo@suse.com
  - updated to 2016020301
    see /usr/share/doc/packages/perl-Regexp-Common/Changes
    Version 2016020301 Wed Feb  3 20:00:13 CET 2016
    + Fixed POD issue (Hernan Lopes)
* Wed Jan 13 2016 coolo@suse.com
  - updated to 2016010801
    see /usr/share/doc/packages/perl-Regexp-Common/Changes
    Version 2016010801 Fri Jan  8 12:52:36 CET 2016
    + Use 'done_testing ()' instead of 'done_testing', so the test file compiles
      even if the user uses an old Test::More.
    Version 2016010701 Thu Jan  7 19:31:34 CET 2016
    + Removed the 29143 tests from t/number/integer.t, and replaced them with
      34689 spread over 7 new files. The reason is, there are sporadic failures
      reported by CPAN testers in the t/number/integer.t file, but this file
      uses the random number generator to generate tests. Which makes issues
      very hard to debug, as failures cannot be reproduced.
      The new tests will be deterministic.
* Wed Dec 16 2015 coolo@suse.com
  - updated to 2015121601
    see /usr/share/doc/packages/perl-Regexp-Common/Changes
    Version 2015121601 Wed Dec 16 01:12:18 CET 2015
    + Force Darwin 10.0 on Perl 5.10.0 to run square tests in 32 bit mode.
* Tue Jun 11 2013 coolo@suse.com
  - updated to 2013031301
    + Pattern for IPv6 addresses. Requested by Guy Edwards and many others.
      RT 50693.
    Version 2013031201 Tue Mar 12 15:44:48 CET 2013
    + Allow host/domain names to start with a digit, using
      $RE{net}{domain}{-rfc1101}. Requested by Guy Edwards and many others.
      RT 23626.
    Version 2013031101 Mon Mar 11 21:02:45 CET 2013
    + For integers and decimal numbers (reals), allow the user to specify the
      pattern of the signs (leading sign, and for reals, the sign of the exponent).
      This gives the user the option to ask for a pattern that matches unsigned
      numbers (by specifying the empty string as the pattern).
      Requested by "Wilson, Jonathan" <jonathan.wilson@Vanderbilt.Edu>.
    Version 2013030901 Sat Mar  9 14:51:42 CET 2013
    + Use (?-1) instead of (??{ }) for the recursive balanced pattern.
      This makes the pattern unavailable for pre-5.010 perls.
* Sat Feb 11 2012 coolo@suse.com
  - updated to 2011121001
    + Fixed a few cases where $[ was used instead of $].
      (RT 73033 by Father Chrysostomos <sprout@cpan.org>)
    + Typo fix in docs (P Ramakers <pramakers@gmail.com>)
    + Add an explicite 1 to end the main module; otherwise it may fail under Mason
      (Luciano Rocha <luciano.rocha@booking.com>)
    Version 2011041801 Mon Apr 18 11:18:19 CEST 2011
    + Created tests for Pascal comments.
    + https schemes are now included in $RE {URI}
    + Document non-anchoring (RT 55549)
    + Fix POD typos (RT 67549 by Salvatore Bonaccorso <carnil@debian.org>)
* Mon Apr 18 2011 coolo@opensuse.org
  - updated to 2011041701
    + Fix documentation (matches should be match). Reported by cogent@cpan.org
      in RT ticket 2833.
    + Added patterns for JavaDoc comments. (RT 13174 by chris+rt@chrisdolan.net)
    Version 2011041602 Sat Apr 16 17:06:28 CEST 2011
    + Fix typo in repository (avar@cpan.org)
    Version 2011041601 Sat Apr 16 16:07:29 CEST 2011
    + Fix bugs 61712 & 6940: $RE {num} {decimal} and $RE {num} {real} no longer
      match a single dot.
* Mon Apr 04 2011 coolo@novell.com
  - updated to 2010010201
    Playing the CPANTS game
    + Adjustments for 5.005.
    + Add $VERSION to all submodules (RT #53250)
    Version 2009123001 Wed Dec 30 03:58:27 2009 +0100
    + Added Changes file, removed them from README.
    + Remove CVS traces.
    + Modernize Makefile.PL
    + POD tests
    + Work around a Darwin 9.0 on 5.8.8 issue. (RT #43786)
    + Fix POD issues. (RT #34886) (RT #48974)
    + Fail faster on some URI subpatterns (RT #52309)
    + Added many people to the Acknowledgements section.
* Tue Nov 30 2010 coolo@novell.com
  - switch to perl_requires macro
* Sun Jan 10 2010 jengelh@medozas.de
  - enable parallel build
* Sat Jul 25 2009 chris@computersalat.de
  - spec mods
    * removed ^----------
    * removed ^#---------
* Sat Jun 27 2009 chris@computersalat.de
  - added perl-macros
    o autogen filelist with perl_gen_filelist
  - spec mods
    o fixed desc (from README)

Files

/usr/lib/perl5/vendor_perl/5.26.1/Regexp
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/CC.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/SEN.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/RFC1035.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/RFC1738.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/RFC1808.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/RFC2384.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/RFC2396.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/RFC2806.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/fax.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/file.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/ftp.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/gopher.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/http.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/news.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/pop.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/prospero.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/tel.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/telnet.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/tv.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/URI/wais.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/_support.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/balanced.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/comment.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/delimited.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/lingua.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/list.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/net.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/number.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/profanity.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/whitespace.pm
/usr/lib/perl5/vendor_perl/5.26.1/Regexp/Common/zip.pm
/usr/lib/perl5/vendor_perl/5.26.1/x86_64-linux-thread-multi
/usr/share/doc/packages/perl-Regexp-Common
/usr/share/doc/packages/perl-Regexp-Common/COPYRIGHT
/usr/share/doc/packages/perl-Regexp-Common/COPYRIGHT.AL
/usr/share/doc/packages/perl-Regexp-Common/COPYRIGHT.AL2
/usr/share/doc/packages/perl-Regexp-Common/COPYRIGHT.BSD
/usr/share/doc/packages/perl-Regexp-Common/COPYRIGHT.MIT
/usr/share/doc/packages/perl-Regexp-Common/Changes
/usr/share/doc/packages/perl-Regexp-Common/README
/usr/share/doc/packages/perl-Regexp-Common/TODO
/usr/share/licenses/perl-Regexp-Common
/usr/share/licenses/perl-Regexp-Common/LICENSE
/usr/share/man/man3/Regexp::Common.3pm.gz
/usr/share/man/man3/Regexp::Common::CC.3pm.gz
/usr/share/man/man3/Regexp::Common::SEN.3pm.gz
/usr/share/man/man3/Regexp::Common::URI.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::RFC1035.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::RFC1738.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::RFC1808.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::RFC2384.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::RFC2396.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::RFC2806.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::fax.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::file.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::ftp.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::gopher.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::http.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::news.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::pop.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::prospero.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::tel.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::telnet.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::tv.3pm.gz
/usr/share/man/man3/Regexp::Common::URI::wais.3pm.gz
/usr/share/man/man3/Regexp::Common::_support.3pm.gz
/usr/share/man/man3/Regexp::Common::balanced.3pm.gz
/usr/share/man/man3/Regexp::Common::comment.3pm.gz
/usr/share/man/man3/Regexp::Common::delimited.3pm.gz
/usr/share/man/man3/Regexp::Common::lingua.3pm.gz
/usr/share/man/man3/Regexp::Common::list.3pm.gz
/usr/share/man/man3/Regexp::Common::net.3pm.gz
/usr/share/man/man3/Regexp::Common::number.3pm.gz
/usr/share/man/man3/Regexp::Common::profanity.3pm.gz
/usr/share/man/man3/Regexp::Common::whitespace.3pm.gz
/usr/share/man/man3/Regexp::Common::zip.3pm.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 17:06:41 2024