[Bps-public-commit] Module-Install-RTx branch, master, updated. 0.36-2-g951e68b

Alex Vandiver alexmv at bestpractical.com
Wed Nov 26 00:27:43 EST 2014


The branch, master has been updated
       via  951e68b2cbe68706fa71d3c5eac4297143787e5f (commit)
      from  c9c1c8ac4a764bfee976a620d839b23d092e0563 (commit)

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

- Log -----------------------------------------------------------------
commit 951e68b2cbe68706fa71d3c5eac4297143787e5f
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Wed Nov 26 00:27:34 2014 -0500

    Fix typo in requirement

diff --git a/META.yml b/META.yml
index 2c7c951..a57b33e 100644
--- a/META.yml
+++ b/META.yml
@@ -26,7 +26,7 @@ provides:
     file: lib/Module/Install/RTx/Runtime.pm
 requires:
   Module::Install::Admin: 0.4
-  Modules::Install::ReadmeFromPod: 0
+  Module::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 1803625..644cbdb 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -4,7 +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';
+requires        'Module::Install::ReadmeFromPod';
 readme_from     'lib/Module/Install/RTx.pm';
 
 auto_provides;

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


More information about the Bps-public-commit mailing list