[Bps-public-commit] r16411 - in Module-Versions-Report: .

jesse at bestpractical.com jesse at bestpractical.com
Tue Oct 21 09:27:33 EDT 2008


Author: jesse
Date: Tue Oct 21 09:27:31 2008
New Revision: 16411

Modified:
   Module-Versions-Report/ChangeLog
   Module-Versions-Report/META.yml
   Module-Versions-Report/Makefile.PL
   Module-Versions-Report/SIGNATURE
   Module-Versions-Report/lib/Module/Versions/Report.pm

Log:
* releng cleanups

Modified: Module-Versions-Report/ChangeLog
==============================================================================
--- Module-Versions-Report/ChangeLog	(original)
+++ Module-Versions-Report/ChangeLog	Tue Oct 21 09:27:31 2008
@@ -1,5 +1,9 @@
 Revision history for Perl module Module::Versions::Report
 
+2008-10-21 Jesse Vincent <jesse at bestpractical.com>
+	* Fix META.yml
+	* Bump the package limit from 1k to 10k
+
 2008-06-13  Jesse Vincent <jesse at bestpractical.com>
 	
 	* Release 1.05

Modified: Module-Versions-Report/META.yml
==============================================================================
--- Module-Versions-Report/META.yml	(original)
+++ Module-Versions-Report/META.yml	Tue Oct 21 09:27:31 2008
@@ -1,11 +1,18 @@
 --- #YAML:1.0
-name:                Module-Versions-Report
-version:             1.03
-abstract:            report versions of all modules in memory
-license:             ~
-generated_by:        ExtUtils::MakeMaker version 6.32
-distribution_type:   module
-requires:     
+name:               Module-Versions-Report
+version:            1.06
+abstract:           report versions of all modules in memory
+author:  []
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.46
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.2.html
-    version: 1.2
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: Module-Versions-Report/Makefile.PL
==============================================================================
--- Module-Versions-Report/Makefile.PL	(original)
+++ Module-Versions-Report/Makefile.PL	Tue Oct 21 09:27:31 2008
@@ -7,6 +7,7 @@
 WriteMakefile(
    NAME          => 'Module-Versions-Report',
    VERSION_FROM  => 'lib/Module/Versions/Report.pm',
+   LICENSE       => 'perl',
    ABSTRACT      => 'report versions of all modules in memory',
    'dist'        => { COMPRESS => 'gzip -6f', SUFFIX => 'gz', },
 );

Modified: Module-Versions-Report/SIGNATURE
==============================================================================
--- Module-Versions-Report/SIGNATURE	(original)
+++ Module-Versions-Report/SIGNATURE	Tue Oct 21 09:27:31 2008
@@ -14,19 +14,19 @@
 -----BEGIN PGP SIGNED MESSAGE-----
 Hash: SHA1
 
-SHA1 bab979585b69021cd5060cc9d961382dee57c852 ChangeLog
+SHA1 e6547a75bfa35b5f3ee0e9de3d130a7f5c948253 ChangeLog
 SHA1 5100a6effb9d891380cdef4568fd1b76256374a1 MANIFEST
 SHA1 b06a8885d1afbe56e1601b4950784b2dfc0a5208 MANIFEST.SKIP
-SHA1 f989d5dce8c4cabe64fb945934be60116750ef8e META.yml
-SHA1 13483ba20165e50ad24143c1a8a017f83bffe094 Makefile.PL
+SHA1 ada2a8d90afd8d680c089047331f746c91be98e9 META.yml
+SHA1 8b2130262330b204bf5d85fc1bdc57e1844e4037 Makefile.PL
 SHA1 c1ef7c52be72b6f5c504fdc57bf5b8e438f80193 README
-SHA1 6d28fb26b7ebffb34df6363e8671cd1dc74ae917 lib/Module/Versions/Report.pm
+SHA1 e262c899efaa4495925fe3c8b83954560d515638 lib/Module/Versions/Report.pm
 SHA1 a56f8e90792af5e6407d1fc1af7ad4a8c12f9cf7 t/00about.t
 SHA1 6f54aa87a5d212f92d04c44e632e46bfe6520ff5 t/10load.t
 -----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.8 (Darwin)
+Version: GnuPG v1.4.9 (Darwin)
 
-iD8DBQFIUsrYEi9d9xCOQEYRAt6aAJ9Vi3fhltVToNcRXd0iEoYHOXG4NQCfXnYW
-Y17fdwA2BVdP5O8Z4pXVMBU=
-=7V8R
+iEYEARECAAYFAkj92JoACgkQEi9d9xCOQEYYOQCdHUj6DMaCFx5jRB2F2tgomZCm
+XrwAn2WSX4VeVh9bBYBiq3bgbnrd6ELE
+=eim6
 -----END PGP SIGNATURE-----

Modified: Module-Versions-Report/lib/Module/Versions/Report.pm
==============================================================================
--- Module-Versions-Report/lib/Module/Versions/Report.pm	(original)
+++ Module-Versions-Report/lib/Module/Versions/Report.pm	Tue Oct 21 09:27:31 2008
@@ -1,8 +1,8 @@
 
 require 5;
 package Module::Versions::Report;
-$VERSION = '1.05';
-$PACKAGES_LIMIT = 1000;
+$VERSION = '1.06';
+$PACKAGES_LIMIT = 10000;
 
 =head1 NAME
 



More information about the Bps-public-commit mailing list