[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.36-1-gc9c1c8a

Kevin Falcone falcone at bestpractical.com
Tue Oct 21 09:36:47 EDT 2014


The branch, master has been updated
       via  c9c1c8ac4a764bfee976a620d839b23d092e0563 (commit)
      from  5ccc3b651ec5d02bf127d3fa5bb6c06938d1c4ae (commit)

Summary of changes:
 META.yml    | 3 ++-
 Makefile.PL | 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit c9c1c8ac4a764bfee976a620d839b23d092e0563
Author: Kevin Falcone <falcone at bestpractical.com>
Date:   Tue Oct 21 09:34:56 2014 -0400

    Make Module::Install::ReadmeFromPod as a requirement
    
    1bc72f8a started auto-generating a README, but Module::Install doesn't
    give a super useful error for users when they're creating an RT
    extension and run 'perl Makefile.PL' for the first time.

diff --git a/META.yml b/META.yml
index a81d767..2c7c951 100644
--- a/META.yml
+++ b/META.yml
@@ -8,7 +8,7 @@ configure_requires:
   ExtUtils::MakeMaker: 6.59
 distribution_type: module
 dynamic_config: 1
-generated_by: 'Module::Install version 1.08'
+generated_by: 'Module::Install version 1.12'
 license: mit
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -26,6 +26,7 @@ provides:
     file: lib/Module/Install/RTx/Runtime.pm
 requires:
   Module::Install::Admin: 0.4
+  Modules::Install::ReadmeFromPod: 0
   perl: 5.8.0
 resources:
   license: http://opensource.org/licenses/mit-license.php
diff --git a/Makefile.PL b/Makefile.PL
index c41b75a..1803625 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,6 +4,7 @@ name	        'Module-Install-RTx';
 author          'Best Practical Solutions';
 all_from        'lib/Module/Install/RTx.pm';
 requires        'Module::Install::Admin' => 0.40;
+requires        'Modules::Install::ReadmeFromPod';
 readme_from     'lib/Module/Install/RTx.pm';
 
 auto_provides;

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


More information about the Bps-public-commit mailing list