This is an automated email from the git hooks/post-receive script.

kanashiro-guest pushed a commit to branch master
in repository libenum-perl.

commit 259a0a57a1829c883d5e759d68bb1c3ff0040ebf
Author: Lucas Kanashiro <kanashiro.dua...@gmail.com>
Date:   Wed Oct 28 10:34:20 2015 -0200

    Imported Upstream version 1.11
---
 Changes     | 3 +++
 META.json   | 5 +++--
 META.yml    | 5 +++--
 lib/enum.pm | 6 +++---
 4 files changed, 12 insertions(+), 7 deletions(-)

diff --git a/Changes b/Changes
index fdd5525..066e526 100644
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for Perl module enum
 
+1.11 2015-10-27 NEILB
+    - Updated github repo URL after changing my github username
+
 1.10 2014-08-16 NEILB
     - Added min perl version (5.006) to enum.pm
     - Improved DESCRIPTION: reworded first paragraph to be a better summary,
diff --git a/META.json b/META.json
index fa56c6a..e96ca75 100644
--- a/META.json
+++ b/META.json
@@ -4,7 +4,7 @@
       "unknown"
    ],
    "dynamic_config" : 1,
-   "generated_by" : "ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter 
version 2.141170",
+   "generated_by" : "ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter 
version 2.150005",
    "license" : [
       "perl_5"
    ],
@@ -47,5 +47,6 @@
          "web" : "https://github.com/neilbowers/enum";
       }
    },
-   "version" : "1.10"
+   "version" : "1.11",
+   "x_serialization_backend" : "JSON::PP version 2.27203"
 }
diff --git a/META.yml b/META.yml
index ab948a0..7d0a158 100644
--- a/META.yml
+++ b/META.yml
@@ -7,7 +7,7 @@ build_requires:
 configure_requires:
   ExtUtils::MakeMaker: '0'
 dynamic_config: 1
-generated_by: 'ExtUtils::MakeMaker version 6.98, CPAN::Meta::Converter version 
2.141170'
+generated_by: 'ExtUtils::MakeMaker version 7.02, CPAN::Meta::Converter version 
2.150005'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -24,4 +24,5 @@ requires:
   warnings: '0'
 resources:
   repository: git://github.com/neilbowers/enum.git
-version: '1.10'
+version: '1.11'
+x_serialization_backend: 'CPAN::Meta::YAML version 0.016'
diff --git a/lib/enum.pm b/lib/enum.pm
index 14e0dfc..99dabb6 100644
--- a/lib/enum.pm
+++ b/lib/enum.pm
@@ -6,7 +6,7 @@ use warnings;
 no strict 'refs';  # Let's just make this very clear right off
 
 use Carp;
-our $VERSION = '1.10';
+our $VERSION = '1.11';
 
 my $Ident = '[^\W_0-9]\w*';
 
@@ -247,7 +247,7 @@ a single integer.
     my $foo = 0;
     $foo |= MY_FOO;
     $foo |= MY_DOG;
-    
+
     if ($foo & MY_DOG) {
         print "foo has the MY_DOG option set\n";
     }
@@ -326,7 +326,7 @@ which covers all such modules.
 
 =head1 REPOSITORY
 
-L<https://github.com/neilbowers/enum>
+L<https://github.com/neilb/enum>
 
 =head1 AUTHOR
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libenum-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to