r74627 - in /branches/upstream/libmodule-install-xsutil-perl/current: ./ inc/Module/ inc/Module/Install/ lib/Module/Install/

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue May 17 11:50:26 UTC 2011


Author: angelabad-guest
Date: Tue May 17 11:49:57 2011
New Revision: 74627

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=74627
Log:
[svn-upgrade] new version libmodule-install-xsutil-perl (0.37)

Modified:
    branches/upstream/libmodule-install-xsutil-perl/current/Changes
    branches/upstream/libmodule-install-xsutil-perl/current/MANIFEST.SKIP
    branches/upstream/libmodule-install-xsutil-perl/current/META.yml
    branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install.pm
    branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Base.pm
    branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Makefile.pm
    branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Metadata.pm
    branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/WriteAll.pm
    branches/upstream/libmodule-install-xsutil-perl/current/lib/Module/Install/XSUtil.pm

Modified: branches/upstream/libmodule-install-xsutil-perl/current/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/Changes?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/Changes (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/Changes Tue May 17 11:49:57 2011
@@ -1,4 +1,8 @@
 Revision history for Perl extension Module::Install::XSUtil
+
+0.37 2011-05-16 23:33:49
+    - Makefile.PL -g implices "-g -ggdb -g3" for gcc (EXPERIMENTAL)
+    - PERL_ONLY=1 means --pp for modules with XS/PP dual backends
 
 0.36 Thu Oct  7 16:49:04 2010
     - Resolve RT #61660 (SREZIC): Support for ccache missing

Modified: branches/upstream/libmodule-install-xsutil-perl/current/MANIFEST.SKIP
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/MANIFEST.SKIP?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/MANIFEST.SKIP (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/MANIFEST.SKIP Tue May 17 11:49:57 2011
@@ -40,3 +40,5 @@
 # skip author's files
 \bauthor\b
 
+MYMETA\.yml$
+

Modified: branches/upstream/libmodule-install-xsutil-perl/current/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/META.yml?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/META.yml (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/META.yml Tue May 17 11:49:57 2011
@@ -12,7 +12,7 @@
 configure_requires:
   ExtUtils::MakeMaker: 6.42
 distribution_type: module
-generated_by: 'Module::Install version 1.00'
+generated_by: 'Module::Install version 1.01'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -31,4 +31,4 @@
 resources:
   license: http://dev.perl.org/licenses/
   repository: git://github.com/gfx/Perl-Module-Install-XSUtil.git
-version: 0.36
+version: 0.37

Modified: branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install.pm?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install.pm (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install.pm Tue May 17 11:49:57 2011
@@ -31,7 +31,7 @@
 	# This is not enforced yet, but will be some time in the next few
 	# releases once we can make sure it won't clash with custom
 	# Module::Install extensions.
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 
 	# Storage for the pseudo-singleton
 	$MAIN    = undef;
@@ -467,4 +467,4 @@
 
 1;
 
-# Copyright 2008 - 2010 Adam Kennedy.
+# Copyright 2008 - 2011 Adam Kennedy.

Modified: branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Base.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Base.pm?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Base.pm (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Base.pm Tue May 17 11:49:57 2011
@@ -4,7 +4,7 @@
 use strict 'vars';
 use vars qw{$VERSION};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 }
 
 # Suspend handler for "redefined" warnings

Modified: branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Makefile.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Makefile.pm?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Makefile.pm (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Makefile.pm Tue May 17 11:49:57 2011
@@ -8,7 +8,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }

Modified: branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Metadata.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Metadata.pm?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Metadata.pm (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/Metadata.pm Tue May 17 11:49:57 2011
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = 'Module::Install::Base';
 	$ISCORE  = 1;
 }
@@ -515,6 +515,7 @@
 		'GNU Free Documentation license'     => 'unrestricted', 1,
 		'GNU Affero General Public License'  => 'open_source',  1,
 		'(?:Free)?BSD license'               => 'bsd',          1,
+		'Artistic license 2\.0'              => 'artistic_2',   1,
 		'Artistic license'                   => 'artistic',     1,
 		'Apache (?:Software )?license'       => 'apache',       1,
 		'GPL'                                => 'gpl',          1,
@@ -550,9 +551,9 @@
 
 sub _extract_bugtracker {
 	my @links   = $_[0] =~ m#L<(
-	 \Qhttp://rt.cpan.org/\E[^>]+|
-	 \Qhttp://github.com/\E[\w_]+/[\w_]+/issues|
-	 \Qhttp://code.google.com/p/\E[\w_\-]+/issues/list
+	 https?\Q://rt.cpan.org/\E[^>]+|
+	 https?\Q://github.com/\E[\w_]+/[\w_]+/issues|
+	 https?\Q://code.google.com/p/\E[\w_\-]+/issues/list
 	 )>#gx;
 	my %links;
 	@links{@links}=();

Modified: branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/WriteAll.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/WriteAll.pm?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/WriteAll.pm (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/inc/Module/Install/WriteAll.pm Tue May 17 11:49:57 2011
@@ -6,7 +6,7 @@
 
 use vars qw{$VERSION @ISA $ISCORE};
 BEGIN {
-	$VERSION = '1.00';
+	$VERSION = '1.01';
 	@ISA     = qw{Module::Install::Base};
 	$ISCORE  = 1;
 }

Modified: branches/upstream/libmodule-install-xsutil-perl/current/lib/Module/Install/XSUtil.pm
URL: http://svn.debian.org/wsvn/pkg-perl/branches/upstream/libmodule-install-xsutil-perl/current/lib/Module/Install/XSUtil.pm?rev=74627&op=diff
==============================================================================
--- branches/upstream/libmodule-install-xsutil-perl/current/lib/Module/Install/XSUtil.pm (original)
+++ branches/upstream/libmodule-install-xsutil-perl/current/lib/Module/Install/XSUtil.pm Tue May 17 11:49:57 2011
@@ -2,7 +2,7 @@
 
 use 5.005_03;
 
-$VERSION = '0.36';
+$VERSION = '0.37';
 
 use Module::Install::Base;
 @ISA     = qw(Module::Install::Base);
@@ -25,7 +25,7 @@
 );
 
 my %Requires = (
-    'XSLoader' => 0.10, # the newer, the better
+    'XSLoader' => 0.02,
 );
 
 my %ToInstall;
@@ -66,7 +66,7 @@
                 $self->makemaker_args->{OPTIMIZE} = '-Zi';
             }
             else{
-                $self->makemaker_args->{OPTIMIZE} = '-g';
+                $self->makemaker_args->{OPTIMIZE} = '-g -ggdb -g3';
             }
             $self->cc_define('-DXS_ASSERT');
         }
@@ -96,8 +96,12 @@
 
     my $want_xs;
     sub want_xs {
-        my $default = @_ ? shift : 1; # you're using this module, you /must/ want XS by default
+        my($self, $default) = @_;
         return $want_xs if defined $want_xs;
+
+        # you're using this module, you must want XS by default
+        # unless PERL_ONLY is true.
+        $default = !$ENV{PERL_ONLY} if not defined $default;
 
         foreach my $arg(@ARGV){
             if($arg eq '--pp'){
@@ -776,7 +780,7 @@
 
 =head1 VERSION
 
-This document describes Module::Install::XSUtil version 0.36.
+This document describes Module::Install::XSUtil version 0.37.
 
 =head1 SYNOPSIS
 
@@ -821,7 +825,7 @@
 =head2 cc_available
 
 Returns true if a C compiler is available. YOU DO NOT NEED TO CALL
-THIS FUNCTION YOURSELF: it will be called for you when this module is 
+THIS FUNCTION YOURSELF: it will be called for you when this module is
 initialized, and your Makefile.PL process will exit with 0 status.
 Only explicitly call if you need to do some esoteric handling when
 no compiler is available (for example, when you have a pure perl alternative)
@@ -835,7 +839,7 @@
 Returns true if the user asked for the XS version or pure perl version of the
 module.
 
-Will return true if C<--xs> is explicitly specified as the argument to 
+Will return true if C<--xs> is explicitly specified as the argument to
 F<Makefile.PL>, and false if C<--pp> is specified. If neither is explicitly
 specified, will return the value specified by C<$default>. If you do not
 specify the value of C<$default>, then it will be true.
@@ -892,7 +896,7 @@
 
 =head2 cc_assert_lib %args
 
-Checks if the given C library is installed via Devel::CheckLib. 
+Checks if the given C library is installed via Devel::CheckLib.
 Takes exactly what Devel::CheckLib takes. Note that you must pass
 the path names explicitly.
 




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