[Bps-public-commit] dist-zilla-mintingprofile-rtx branch, master, updated. 0.11-7-g291e156

? sunnavy sunnavy at bestpractical.com
Thu Jan 25 14:19:42 EST 2018


The branch, master has been updated
       via  291e156b421ec6e8e2430986694bd58273fbec36 (commit)
      from  54d3ca08bcb40d9295c76aba4d0aadb36a57a439 (commit)

Summary of changes:
 META.yml                          | 2 +-
 Makefile.PL                       | 2 +-
 profiles/db/skel/Makefile.PL      | 2 +-
 profiles/default/skel/Makefile.PL | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

- Log -----------------------------------------------------------------
commit 291e156b421ec6e8e2430986694bd58273fbec36
Author: sunnavy <sunnavy at bestpractical.com>
Date:   Fri Jan 26 03:18:53 2018 +0800

    gplv2 => gpl_2 as the former is not valid any more :/

diff --git a/META.yml b/META.yml
index 8e8f1ba..2dd0c1b 100644
--- a/META.yml
+++ b/META.yml
@@ -9,7 +9,7 @@ configure_requires:
 distribution_type: module
 dynamic_config: 1
 generated_by: 'Module::Install version 1.08'
-license: gplv2
+license: gpl_2
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
   version: 1.4
diff --git a/Makefile.PL b/Makefile.PL
index 54d24d2..3eec6b9 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -3,7 +3,7 @@ use inc::Module::Install;
 name 'Dist-Zilla-MintingProfile-RTx';
 all_from 'lib/Dist/Zilla/MintingProfile/RTx.pm';
 readme_from 'lib/Dist/Zilla/MintingProfile/RTx.pm';
-license  'gplv2';
+license  'gpl_2';
 install_share 'module' => 'Dist::Zilla::MintingProfile::RTx', 'profiles';
 
 requires 'Dist::Zilla';
diff --git a/profiles/db/skel/Makefile.PL b/profiles/db/skel/Makefile.PL
index 4f80f6f..c7a673b 100644
--- a/profiles/db/skel/Makefile.PL
+++ b/profiles/db/skel/Makefile.PL
@@ -1,7 +1,7 @@
 use inc::Module::Install;
 {{ ($path = $dist->name) =~ s|-|/|g; '' }}
 RTx     '{{$dist->name}}';
-license 'gplv2';
+license 'gpl_2';
 repository 'https://github.com/bestpractical/{{lc $dist->name}}';
 
 requires_rt '4.2.0';
diff --git a/profiles/default/skel/Makefile.PL b/profiles/default/skel/Makefile.PL
index 4f80f6f..c7a673b 100644
--- a/profiles/default/skel/Makefile.PL
+++ b/profiles/default/skel/Makefile.PL
@@ -1,7 +1,7 @@
 use inc::Module::Install;
 {{ ($path = $dist->name) =~ s|-|/|g; '' }}
 RTx     '{{$dist->name}}';
-license 'gplv2';
+license 'gpl_2';
 repository 'https://github.com/bestpractical/{{lc $dist->name}}';
 
 requires_rt '4.2.0';

-----------------------------------------------------------------------


More information about the Bps-public-commit mailing list