r48404 - in /branches/upstream/libb-utils-perl/current: Changes META.yml Makefile.PL lib/B/Utils.pm lib/B/Utils/OP.pm

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue Dec 8 04:14:32 UTC 2009


Author: jawnsy-guest
Date: Tue Dec  8 04:14:27 2009
New Revision: 48404

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=48404
Log:
[svn-upgrade] Integrating new upstream version, libb-utils-perl (0.09)

Modified:
    branches/upstream/libb-utils-perl/current/Changes
    branches/upstream/libb-utils-perl/current/META.yml
    branches/upstream/libb-utils-perl/current/Makefile.PL
    branches/upstream/libb-utils-perl/current/lib/B/Utils.pm
    branches/upstream/libb-utils-perl/current/lib/B/Utils/OP.pm

Modified: branches/upstream/libb-utils-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/Changes?rev=48404&op=diff
==============================================================================
--- branches/upstream/libb-utils-perl/current/Changes (original)
+++ branches/upstream/libb-utils-perl/current/Changes Tue Dec  8 04:14:27 2009
@@ -1,4 +1,8 @@
 Revision history for Perl extension B::Utils.
+
+0.09 Sun Dec 06 21:36:00 PDT 2009
+   - Add ExtUtils::CBuilder to prequisite list to hopefully quench any
+     bad builds attempted on perl-5.
 
 0.08 Tue Sep 01 08:29:00 PDT 2009
     - Add xt/version.t to keep all our version #s in sync

Modified: branches/upstream/libb-utils-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/META.yml?rev=48404&op=diff
==============================================================================
--- branches/upstream/libb-utils-perl/current/META.yml (original)
+++ branches/upstream/libb-utils-perl/current/META.yml Tue Dec  8 04:14:27 2009
@@ -1,28 +1,30 @@
 --- #YAML:1.0
 name:               B-Utils
-version:            0.08
+version:            0.09
 abstract:           Helper functions for op tree manipulation
 author:
     - Joshua b. Jore <jjore at cpan.org>
 license:            perl
 distribution_type:  module
 configure_requires:
-    ExtUtils::Depends:  0.302
+    ExtUtils::CBuilder:  0
+    ExtUtils::Depends:   0.302
 build_requires:
     ExtUtils::MakeMaker:  0
 requires:
-    Exporter:      0
-    perl:          5.006
-    Scalar::Util:  0
-    Task::Weaken:  0
-    Test::More:    0
+    Exporter:            0
+    ExtUtils::CBuilder:  0
+    perl:                5.006
+    Scalar::Util:        0
+    Task::Weaken:        0
+    Test::More:          0
 resources:
     repository:  http://github.com/jbenjore/B-Utils/tree
 no_index:
     directory:
         - t
         - inc
-generated_by:       ExtUtils::MakeMaker version 6.52
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 meta-spec:
     url:      http://module-build.sourceforge.net/META-spec-v1.4.html
     version:  1.4

Modified: branches/upstream/libb-utils-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/Makefile.PL?rev=48404&op=diff
==============================================================================
--- branches/upstream/libb-utils-perl/current/Makefile.PL (original)
+++ branches/upstream/libb-utils-perl/current/Makefile.PL Tue Dec  8 04:14:27 2009
@@ -35,9 +35,11 @@
     },
     BUILD_REQUIRES => {
         'Test::More' => 0,
+        'ExtUtils::CBuilder' => 0,
     },
     CONFIGURE_REQUIRES => {
         'ExtUtils::Depends' => $ExtUtils_Depends_required,
+        'ExtUtils::CBuilder' => 0,
     },
     ABSTRACT_FROM => 'lib/B/Utils.pm',
     AUTHOR        => 'Joshua b. Jore <jjore at cpan.org>',

Modified: branches/upstream/libb-utils-perl/current/lib/B/Utils.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/lib/B/Utils.pm?rev=48404&op=diff
==============================================================================
--- branches/upstream/libb-utils-perl/current/lib/B/Utils.pm (original)
+++ branches/upstream/libb-utils-perl/current/lib/B/Utils.pm Tue Dec  8 04:14:27 2009
@@ -28,11 +28,11 @@
 
 =head1 VERSION
 
-0.08
-
-=cut
-
-$VERSION = '0.08';
+0.09
+
+=cut
+
+$VERSION = '0.09';
 
 
 

Modified: branches/upstream/libb-utils-perl/current/lib/B/Utils/OP.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libb-utils-perl/current/lib/B/Utils/OP.pm?rev=48404&op=diff
==============================================================================
--- branches/upstream/libb-utils-perl/current/lib/B/Utils/OP.pm (original)
+++ branches/upstream/libb-utils-perl/current/lib/B/Utils/OP.pm Tue Dec  8 04:14:27 2009
@@ -8,7 +8,7 @@
 
 our @ISA = 'Exporter';
 require Exporter;
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 our @EXPORT = qw(parent_op return_op);
 
 




More information about the Pkg-perl-cvs-commits mailing list