[Bps-public-commit] r10133 - in Test-Dependencies/trunk: lib/Test

zev at bestpractical.com zev at bestpractical.com
Wed Dec 26 22:56:33 EST 2007


Author: zev
Date: Wed Dec 26 22:56:33 2007
New Revision: 10133

Modified:
   Test-Dependencies/trunk/   (props changed)
   Test-Dependencies/trunk/Changes
   Test-Dependencies/trunk/META.yml
   Test-Dependencies/trunk/README
   Test-Dependencies/trunk/lib/Test/Dependencies.pm

Log:
 r10356 at cliffjumper:  zev | 2007-12-26 20:02:37 -0500
 * bump versions/copyright dates
 * add new changelog section in preparation for release


Modified: Test-Dependencies/trunk/Changes
==============================================================================
--- Test-Dependencies/trunk/Changes	(original)
+++ Test-Dependencies/trunk/Changes	Wed Dec 26 22:56:33 2007
@@ -1,5 +1,9 @@
 Revision history for Test-Dependencies
 
+0.09    Wed Dec 26 19:51:12 EST 2007
+        * work around bug in IPC::Cmd that prevented module from working
+        * don't complain if specified dependencies are in core
+
 0.08    Tue Jul 25 22:34:44 EDT 2006
         * now using IPC::Cmd for subprocess communication (to avoid cross-platform issues)
 

Modified: Test-Dependencies/trunk/META.yml
==============================================================================
--- Test-Dependencies/trunk/META.yml	(original)
+++ Test-Dependencies/trunk/META.yml	Wed Dec 26 22:56:33 2007
@@ -1,9 +1,13 @@
+--- 
 author: Zev Benjamin <zev at cpan.com>
 build_requires: 
   Test::Builder::Tester: 0.64
 distribution_type: module
-generated_by: Module::Install version 0.630
+generated_by: Module::Install version 0.67
 license: perl
+meta-spec: 
+  url: http://module-build.sourceforge.net/META-spec-v1.3.html
+  version: 1.3
 name: Test-Dependencies
 no_index: 
   directory: 
@@ -18,4 +22,4 @@
   PerlReq::Utils: 0
   Test::Builder::Module: 0
   YAML: 0
-version: 0.08
+version: 0.09

Modified: Test-Dependencies/trunk/README
==============================================================================
--- Test-Dependencies/trunk/README	(original)
+++ Test-Dependencies/trunk/README	Wed Dec 26 22:56:33 2007
@@ -35,7 +35,7 @@
         http://cpanratings.perl.org/d/Test-Dependencies
 
 LICENCE AND COPYRIGHT
-    Copyright (c) 2005, Best Practical Solutions, LLC. All rights reserved.
+    Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
 
     This module is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself. See perlartistic.

Modified: Test-Dependencies/trunk/lib/Test/Dependencies.pm
==============================================================================
--- Test-Dependencies/trunk/lib/Test/Dependencies.pm	(original)
+++ Test-Dependencies/trunk/lib/Test/Dependencies.pm	Wed Dec 26 22:56:33 2007
@@ -19,11 +19,11 @@
 
 =head1 VERSION
 
-Version 0.08
+Version 0.09
 
 =cut
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 =head1 SYNOPSIS
 
@@ -278,7 +278,7 @@
 
 =head1 LICENCE AND COPYRIGHT
 
-    Copyright (c) 2006, Best Practical Solutions, LLC. All rights reserved.
+    Copyright (c) 2007, Best Practical Solutions, LLC. All rights reserved.
 
     This module is free software; you can redistribute it and/or modify it
     under the same terms as Perl itself. See perlartistic.



More information about the Bps-public-commit mailing list