r32641 - in /branches/upstream/libbsd-resource-perl/current: ChangeLog META.yml Makefile.PL Resource.pm

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Sun Apr 5 10:09:42 UTC 2009


Author: thialme-guest
Date: Sun Apr  5 10:09:36 2009
New Revision: 32641

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=32641
Log:
[svn-upgrade] Integrating new upstream version, libbsd-resource-perl (1.2903)

Modified:
    branches/upstream/libbsd-resource-perl/current/ChangeLog
    branches/upstream/libbsd-resource-perl/current/META.yml
    branches/upstream/libbsd-resource-perl/current/Makefile.PL
    branches/upstream/libbsd-resource-perl/current/Resource.pm

Modified: branches/upstream/libbsd-resource-perl/current/ChangeLog
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbsd-resource-perl/current/ChangeLog?rev=32641&op=diff
==============================================================================
--- branches/upstream/libbsd-resource-perl/current/ChangeLog (original)
+++ branches/upstream/libbsd-resource-perl/current/ChangeLog Sun Apr  5 10:09:36 2009
@@ -1,3 +1,11 @@
+2009-03-31  Jarkko Hietaniemi  <jhi at iki.fi>
+
+	* Address rt.cpan.org #44082:
+	  "Bug in compiler detection (Makefile.PL)" (for AIX xlc)
+	  Patch submitted in the report by rehsack at cpan.org.
+	
+	* Release 1.2903.
+
 2008-12-30  Jarkko Hietaniemi  <jhi at iki.fi>
 
 	* Lowered the "0.95 of the current limit" down to

Modified: branches/upstream/libbsd-resource-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbsd-resource-perl/current/META.yml?rev=32641&op=diff
==============================================================================
--- branches/upstream/libbsd-resource-perl/current/META.yml (original)
+++ branches/upstream/libbsd-resource-perl/current/META.yml Sun Apr  5 10:09:36 2009
@@ -1,10 +1,12 @@
-# http://module-build.sourceforge.net/META-spec.html
-#XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
-name:         BSD-Resource
-version:      1.2901
-version_from: Resource.pm
-installdirs:  site
-requires:
-
-distribution_type: module
-generated_by: ExtUtils::MakeMaker version 6.30
+--- #YAML:1.0
+name:                BSD-Resource
+version:             1.2903
+abstract:            ~
+license:             ~
+author:              ~
+generated_by:        ExtUtils::MakeMaker version 6.42
+distribution_type:   module
+requires:     
+meta-spec:
+    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
+    version: 1.3

Modified: branches/upstream/libbsd-resource-perl/current/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbsd-resource-perl/current/Makefile.PL?rev=32641&op=diff
==============================================================================
--- branches/upstream/libbsd-resource-perl/current/Makefile.PL (original)
+++ branches/upstream/libbsd-resource-perl/current/Makefile.PL Sun Apr  5 10:09:36 2009
@@ -60,9 +60,9 @@
 		$ok = -s "$tmp.o";
 		$CC = $cc;
 	    }
-	    unlink("$tmp.c", "$tmp.o");
 	    last if $ok;
 	}
+	unlink("$tmp.c", "$tmp.o");
     }
     
     return $ok;

Modified: branches/upstream/libbsd-resource-perl/current/Resource.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libbsd-resource-perl/current/Resource.pm?rev=32641&op=diff
==============================================================================
--- branches/upstream/libbsd-resource-perl/current/Resource.pm (original)
+++ branches/upstream/libbsd-resource-perl/current/Resource.pm Sun Apr  5 10:09:36 2009
@@ -13,7 +13,7 @@
 use strict;
 use vars qw(@ISA @EXPORT @EXPORT_OK $AUTOLOAD $VERSION);
 
-$VERSION = '1.2902';
+$VERSION = '1.2903';
 
 use Carp;
 use AutoLoader;




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