[libpgobject-simple-role-perl] 01/03: Imported Upstream version 1.10.01

Robert James Clay jame at rocasa.us
Thu May 1 13:36:43 UTC 2014


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

jame-guest pushed a commit to branch master
in repository libpgobject-simple-role-perl.

commit 94f4603b95958070cab1d7b42f3fdf5fb55f2cfc
Author: Robert James Clay <jame at rocasa.us>
Date:   Thu May 1 08:54:34 2014 -0400

    Imported Upstream version 1.10.01
---
 Changes                     | 3 +++
 META.json                   | 4 ++--
 META.yml                    | 4 ++--
 MYMETA.json                 | 4 ++--
 Makefile.PL                 | 2 +-
 lib/PGObject/Simple/Role.pm | 4 ++--
 6 files changed, 12 insertions(+), 9 deletions(-)

diff --git a/Changes b/Changes
index b8590a9..49b12ba 100755
--- a/Changes
+++ b/Changes
@@ -1,5 +1,8 @@
 Revision history for PGObject-Simple-Role
 
+1.10.01 2014-05-01
+	Fixed wrong licensing reference in Makefile
+
 1.01	2014-02-25
 	Handling of per-class default schemas
 
diff --git a/META.json b/META.json
index 686dda9..aae96f0 100644
--- a/META.json
+++ b/META.json
@@ -6,7 +6,7 @@
    "dynamic_config" : 1,
    "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921",
    "license" : [
-      "perl_5"
+      "bsd"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
@@ -39,5 +39,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "1.01"
+   "version" : "v1.10.01"
 }
diff --git a/META.yml b/META.yml
index 840f138..c92a916 100644
--- a/META.yml
+++ b/META.yml
@@ -8,7 +8,7 @@ configure_requires:
   ExtUtils::MakeMaker: 0
 dynamic_config: 1
 generated_by: 'ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921'
-license: perl
+license: bsd
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
@@ -21,4 +21,4 @@ requires:
   Moo::Role: 0
   PGObject::Simple: 0
   Test::More: 0
-version: 1.01
+version: v1.10.01
diff --git a/MYMETA.json b/MYMETA.json
index bc3c33f..ec15c63 100644
--- a/MYMETA.json
+++ b/MYMETA.json
@@ -6,7 +6,7 @@
    "dynamic_config" : 0,
    "generated_by" : "ExtUtils::MakeMaker version 6.6302, CPAN::Meta::Converter version 2.120921",
    "license" : [
-      "perl_5"
+      "bsd"
    ],
    "meta-spec" : {
       "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
@@ -39,5 +39,5 @@
       }
    },
    "release_status" : "stable",
-   "version" : "1.01"
+   "version" : "v1.10.01"
 }
diff --git a/Makefile.PL b/Makefile.PL
index d30f75e..673fa9e 100755
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -9,7 +9,7 @@ WriteMakefile(
     VERSION_FROM        => 'lib/PGObject/Simple/Role.pm',
     ABSTRACT_FROM       => 'lib/PGObject/Simple/Role.pm',
     ($ExtUtils::MakeMaker::VERSION >= 6.3002
-      ? ('LICENSE'=> 'perl')
+      ? ('LICENSE'=> 'BSD')
       : ()),
     PL_FILES            => {},
     PREREQ_PM => {
diff --git a/lib/PGObject/Simple/Role.pm b/lib/PGObject/Simple/Role.pm
index e4e41d2..3ced37f 100644
--- a/lib/PGObject/Simple/Role.pm
+++ b/lib/PGObject/Simple/Role.pm
@@ -13,11 +13,11 @@ PGObject::Simple::Role - Moo/Moose mappers for minimalist PGObject framework
 
 =head1 VERSION
 
-Version 1.01
+Version 1.10.01
 
 =cut
 
-our $VERSION = '1.01';
+our $VERSION = '1.10.01';
 
 
 =head1 SYNOPSIS

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



More information about the Pkg-perl-cvs-commits mailing list