[Bast-commits] r6858 - in DBIx-Class-Schema-PopulateMore/truck: . lib/DBIx/Class/Schema

jnapiorkowski at dev.catalyst.perl.org jnapiorkowski at dev.catalyst.perl.org
Mon Jun 29 21:49:26 GMT 2009


Author: jnapiorkowski
Date: 2009-06-29 21:49:25 +0000 (Mon, 29 Jun 2009)
New Revision: 6858

Modified:
   DBIx-Class-Schema-PopulateMore/truck/Changes
   DBIx-Class-Schema-PopulateMore/truck/Makefile.PL
   DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema/PopulateMore.pm
Log:
prep for yet another release to fix baffling CPAN test fails

Modified: DBIx-Class-Schema-PopulateMore/truck/Changes
===================================================================
--- DBIx-Class-Schema-PopulateMore/truck/Changes	2009-06-29 21:46:54 UTC (rev 6857)
+++ DBIx-Class-Schema-PopulateMore/truck/Changes	2009-06-29 21:49:25 UTC (rev 6858)
@@ -1,8 +1,11 @@
 Revision history for Perl extension DBIx-Class-Schema-PopulateMore.
 
+0.11 Monday, June 28, 2009
+    - Minor doc changes and dependency tweaks to fix more cpan fails
+
 0.10 Sunday, June 27,  2009
     - changed the find inflator to allow multikey finds
-		- more Makefile.PL tweaks to solve some cpan reported errors
+    - more Makefile.PL tweaks to solve some cpan reported errors
 
 0.09 Friday, June 26, 2009
     - Added a Find inflator, with docs and a test case

Modified: DBIx-Class-Schema-PopulateMore/truck/Makefile.PL
===================================================================
--- DBIx-Class-Schema-PopulateMore/truck/Makefile.PL	2009-06-29 21:46:54 UTC (rev 6857)
+++ DBIx-Class-Schema-PopulateMore/truck/Makefile.PL	2009-06-29 21:49:25 UTC (rev 6858)
@@ -1,5 +1,8 @@
-use inc::Module::Install;
+use inc::Module::Install '0.91';
 
+use warnings;
+use strict;
+
 perl_version '5.008008';
 name     'DBIx-Class-Schema-PopulateMore';
 all_from 'lib/DBIx/Class/Schema/PopulateMore.pm';

Modified: DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema/PopulateMore.pm
===================================================================
--- DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema/PopulateMore.pm	2009-06-29 21:46:54 UTC (rev 6857)
+++ DBIx-Class-Schema-PopulateMore/truck/lib/DBIx/Class/Schema/PopulateMore.pm	2009-06-29 21:49:25 UTC (rev 6858)
@@ -11,11 +11,11 @@
 
 =head1 VERSION
 
-Version 0.10
+Version 0.11
 
 =cut
 
-our $VERSION = '0.10';
+our $VERSION = '0.11';
 
 =head1 SYNOPSIS
 




More information about the Bast-commits mailing list