Hello community,

here is the log from the commit of package perl-Regexp-Common for 
openSUSE:Factory checked in at 2016-02-18 11:05:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Regexp-Common (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Regexp-Common.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Regexp-Common"

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Regexp-Common/perl-Regexp-Common.changes    
2016-01-17 09:22:51.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Regexp-Common.new/perl-Regexp-Common.changes   
    2016-02-18 12:35:24.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Feb  7 10:34:30 UTC 2016 - [email protected]
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  Regexp-Common-2016010801.tar.gz

New:
----
  Regexp-Common-2016020301.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Regexp-Common.spec ++++++
--- /var/tmp/diff_new_pack.FfXFg2/_old  2016-02-18 12:35:24.000000000 +0100
+++ /var/tmp/diff_new_pack.FfXFg2/_new  2016-02-18 12:35:24.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-Regexp-Common
-Version:        2016010801
+Version:        2016020301
 Release:        0
 %define cpan_name Regexp-Common
 Summary:        Provide commonly requested regular expressions

++++++ Regexp-Common-2016010801.tar.gz -> Regexp-Common-2016020301.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/Changes 
new/Regexp-Common-2016020301/Changes
--- old/Regexp-Common-2016010801/Changes        2016-01-08 12:57:19.000000000 
+0100
+++ new/Regexp-Common-2016020301/Changes        2016-02-03 20:00:44.000000000 
+0100
@@ -1,3 +1,6 @@
+Version 2016020301 Wed Feb  3 20:00:13 CET 2016
++ Fixed POD issue (Hernan Lopes)
+
 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.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/META.json 
new/Regexp-Common-2016020301/META.json
--- old/Regexp-Common-2016010801/META.json      2016-01-08 12:58:01.000000000 
+0100
+++ new/Regexp-Common-2016020301/META.json      2016-02-03 20:14:04.000000000 
+0100
@@ -50,7 +50,7 @@
          "url" : "git://github.com/Abigail/Regexp--Common.git"
       }
    },
-   "version" : "2016010801",
+   "version" : "2016020301",
    "x_test_requires" : {
       "strict" : 0
    }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/META.yml 
new/Regexp-Common-2016020301/META.yml
--- old/Regexp-Common-2016010801/META.yml       2016-01-08 12:58:01.000000000 
+0100
+++ new/Regexp-Common-2016020301/META.yml       2016-02-03 20:14:03.000000000 
+0100
@@ -28,6 +28,6 @@
   vars: '0'
 resources:
   repository: git://github.com/Abigail/Regexp--Common.git
-version: '2016010801'
+version: '2016020301'
 x_test_requires:
   strict: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/README 
new/Regexp-Common-2016020301/README
--- old/Regexp-Common-2016010801/README 2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/README 2016-02-03 20:01:13.000000000 +0100
@@ -1,5 +1,5 @@
 ==============================================================================
-               Release of version 2016010801 of Regexp::Common
+               Release of version 2016020301 of Regexp::Common
 ==============================================================================
 
 The main reason for version 2.122 is a change in the license. You now
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/CC.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/CC.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/CC.pm        2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/CC.pm        2016-02-03 
20:01:13.000000000 +0100
@@ -7,7 +7,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 my @cards = (
     # Name           Prefix                    Length           mod 10
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/SEN.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/SEN.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/SEN.pm       2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/SEN.pm       2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 =begin does_not_exist
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC1035.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC1035.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC1035.pm       
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC1035.pm       
2016-02-03 20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 use vars qw /@EXPORT @EXPORT_OK %EXPORT_TAGS @ISA/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC1738.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC1738.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC1738.pm       
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC1738.pm       
2016-02-03 20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 use vars qw /@EXPORT @EXPORT_OK %EXPORT_TAGS @ISA/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC1808.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC1808.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC1808.pm       
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC1808.pm       
2016-02-03 20:01:13.000000000 +0100
@@ -14,7 +14,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 use vars qw /@EXPORT @EXPORT_OK %EXPORT_TAGS @ISA/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC2384.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC2384.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC2384.pm       
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC2384.pm       
2016-02-03 20:01:13.000000000 +0100
@@ -8,7 +8,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 use vars qw /@EXPORT @EXPORT_OK %EXPORT_TAGS @ISA/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC2396.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC2396.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC2396.pm       
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC2396.pm       
2016-02-03 20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 use vars qw /@EXPORT @EXPORT_OK %EXPORT_TAGS @ISA/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC2806.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC2806.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/RFC2806.pm       
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/RFC2806.pm       
2016-02-03 20:01:13.000000000 +0100
@@ -7,7 +7,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 use vars qw /@EXPORT @EXPORT_OK %EXPORT_TAGS @ISA/;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/fax.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/fax.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/fax.pm   2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/fax.pm   2016-02-03 
20:01:13.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $fax_scheme  = 'fax';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/file.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/file.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/file.pm  2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/file.pm  2016-02-03 
20:01:13.000000000 +0100
@@ -8,7 +8,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $scheme = 'file';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/ftp.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/ftp.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/ftp.pm   2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/ftp.pm   2016-02-03 
20:01:13.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $ftp_uri = "(?k:(?k:ftp)://(?:(?k:$userinfo)(?k:)\@)?(?k:$host)" .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/gopher.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/gopher.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/gopher.pm        
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/gopher.pm        
2016-02-03 20:01:13.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $pchars_notab      = "(?:(?:[$pchar_range]+|" . 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/http.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/http.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/http.pm  2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/http.pm  2016-02-03 
20:01:13.000000000 +0100
@@ -8,7 +8,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $http_uri = "(?k:(?k:http)://(?k:$host)(?::(?k:$port))?"           .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/news.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/news.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/news.pm  2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/news.pm  2016-02-03 
20:01:13.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $news_scheme = 'news';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/pop.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/pop.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/pop.pm   2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/pop.pm   2016-02-03 
20:01:13.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $scheme = "pop";
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/prospero.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/prospero.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/prospero.pm      
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/prospero.pm      
2016-02-03 20:01:13.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $scheme = 'prospero';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/tel.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/tel.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/tel.pm   2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/tel.pm   2016-02-03 
20:01:13.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $tel_scheme  = 'tel';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/telnet.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/telnet.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/telnet.pm        
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/telnet.pm        
2016-02-03 20:01:13.000000000 +0100
@@ -8,7 +8,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $telnet_uri = 
"(?k:(?k:telnet)://(?:(?k:(?k:$user)(?::(?k:$password))?)\@)?" 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/URI/tv.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/tv.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/tv.pm    2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/tv.pm    2016-02-03 
20:01:13.000000000 +0100
@@ -11,7 +11,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $tv_scheme = 'tv';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/URI/wais.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI/wais.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI/wais.pm  2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI/wais.pm  2016-02-03 
20:01:13.000000000 +0100
@@ -9,7 +9,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my $scheme = 'wais';
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/URI.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/URI.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/URI.pm       2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/URI.pm       2016-02-03 
20:01:13.000000000 +0100
@@ -17,7 +17,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 # Use 'require' here, not 'use', so we delay running them after we are 
compiled.
 # We also do it using an 'eval'; this saves us from have repeated similar
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/_support.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/_support.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/_support.pm  2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/_support.pm  2016-02-03 
20:01:13.000000000 +0100
@@ -14,7 +14,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 #
 # Returns true/false, depending whether the given the argument
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/balanced.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/balanced.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/balanced.pm  2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/balanced.pm  2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 my %closer = ( '{'=>'}', '('=>')', '['=>']', '<'=>'>' );
 my %cache;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/comment.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/comment.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/comment.pm   2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/comment.pm   2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 my @generic = (
     {languages => [qw /ABC Forth/],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/delimited.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/delimited.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/delimited.pm 2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/delimited.pm 2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 sub gen_delimited {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/lingua.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/lingua.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/lingua.pm    2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/lingua.pm    2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 pattern name    => [qw /lingua palindrome -chars=[A-Za-z]/],
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/list.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/list.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/list.pm      2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/list.pm      2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 sub gen_list_pattern {
     my ($pat, $sep, $lsep) = @_;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/net.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/net.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/net.pm       2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/net.pm       2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 my %IPunit = (
@@ -322,7 +322,7 @@
 If C<< -sep=I<P> >> is specified the pattern I<P> is used as the separator.
 By default I<P> is C<qr/:/>.
 
-=head2 C<$RE{net}{IPv6}{-sep => ':'}{-style => 'HeX'}>
+=head2 C<< $RE{net}{IPv6}{-sep => ':'}{-style => 'HeX'} >>
 
 Returns a pattern matching IPv6 numbers. An IPv6 address consists of
 eigth groups of four hexadecimal digits, separated by colons. In each
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/number.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/number.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/number.pm    2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/number.pm    2016-02-03 
20:01:13.000000000 +0100
@@ -7,7 +7,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 sub _croak {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/profanity.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/profanity.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/profanity.pm 2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/profanity.pm 2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 my $profanity = '(?:cvff(?:\\ 
gnxr|\\-gnxr|gnxr|r(?:ef|[feq])|vat|l)?|dhvzf?|fuvg(?:g(?:r(?:ef|[qe])|vat|l)|r(?:ef|[fqel])|vat|[fr])?|g(?:heqf?|jngf?)|jnax(?:r(?:ef|[eq])|vat|f)?|n(?:ef(?:r(?:\\
 ubyr|\\-ubyr|ubyr|[fq])|vat|r)|ff(?:\\ 
ubyrf?|\\-ubyrf?|rq|ubyrf?|vat))|o(?:hyy(?:\\ 
fuvg(?:g(?:r(?:ef|[qe])|vat)|f)?|\\-fuvg(?:g(?:r(?:ef|[qe])|vat)|f)?|fuvg(?:g(?:r(?:ef|[qe])|vat)|f)?)|ybj(?:\\
 wbof?|\\-wbof?|wbof?))|p(?:bpx(?:\\ 
fhpx(?:ref?|vat)|\\-fhpx(?:ref?|vat)|fhpx(?:ref?|vat))|enc(?:c(?:r(?:ef|[eq])|vat|l)|f)?|h(?:agf?|z(?:vat|zvat|f)))|qvpx(?:\\
 
urnq|\\-urnq|rq|urnq|vat|yrff|f)|s(?:hpx(?:rq|vat|f)?|neg(?:r[eq]|vat|[fl])?|rygpu(?:r(?:ef|[efq])|vat)?)|un(?:eq[\\-\\
 ]?ba|ys(?:\\ n[fe]|\\-n[fe]|n[fe])frq)|z(?:bgure(?:\\ 
shpx(?:ref?|vat)|\\-shpx(?:ref?|vat)|shpx(?:ref?|vat))|hgu(?:n(?:\\ 
shpx(?:ref?|vat|[nnn])|\\-shpx(?:ref?|vat|[nnn])|shpx(?:ref?|vat|[nnn]))|re(?:\\
 shpx(?:ref?|vat)|\\-shpx(?:ref?|vat)|shpx(?:ref?|vat)))|reqr?))';
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Regexp-Common-2016010801/lib/Regexp/Common/whitespace.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/whitespace.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/whitespace.pm        
2016-01-08 12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/whitespace.pm        
2016-02-03 20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 pattern name   => [qw (ws crop)],
         create => '(?:^\s+|\s+$)',
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common/zip.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common/zip.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common/zip.pm       2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common/zip.pm       2016-02-03 
20:01:13.000000000 +0100
@@ -6,7 +6,7 @@
 use warnings;
 
 use vars qw /$VERSION/;
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 #
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Regexp-Common-2016010801/lib/Regexp/Common.pm 
new/Regexp-Common-2016020301/lib/Regexp/Common.pm
--- old/Regexp-Common-2016010801/lib/Regexp/Common.pm   2016-01-08 
12:35:03.000000000 +0100
+++ new/Regexp-Common-2016020301/lib/Regexp/Common.pm   2016-02-03 
20:01:13.000000000 +0100
@@ -18,7 +18,7 @@
 use warnings;
 use vars qw /$VERSION %RE %sub_interface $AUTOLOAD/;
 
-$VERSION = '2016010801';
+$VERSION = '2016020301';
 
 
 sub _croak {


Reply via email to