SOURCES: perl-Module-Build-startperl.patch - updated for 0.2806

qboosh qboosh at pld-linux.org
Fri Dec 22 12:34:34 CET 2006


Author: qboosh                       Date: Fri Dec 22 11:34:34 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 0.2806

---- Files affected:
SOURCES:
   perl-Module-Build-startperl.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/perl-Module-Build-startperl.patch
diff -u SOURCES/perl-Module-Build-startperl.patch:1.4 SOURCES/perl-Module-Build-startperl.patch:1.5
--- SOURCES/perl-Module-Build-startperl.patch:1.4	Thu Dec  2 23:15:14 2004
+++ SOURCES/perl-Module-Build-startperl.patch	Fri Dec 22 12:34:29 2006
@@ -1,5 +1,5 @@
---- lib/Module/Build/Platform/Unix.pm	2004-04-26 00:16:14.000000000 +0200
-+++ lib/Module/Build/Platform/Unix.pm	2004-05-12 00:17:10.059693704 +0200
+--- Module-Build-0.2806/lib/Module/Build/Platform/Unix.pm	2004-04-26 00:16:14.000000000 +0200
++++ Module-Build-0.2806/lib/Module/Build/Platform/Unix.pm	2004-05-12 00:17:10.059693704 +0200
 @@ -2,6 +2,7 @@
  
  use strict;
@@ -21,22 +21,25 @@
  
  sub _construct {
    my $self = shift()->SUPER::_construct(@_);
---- lib/Module/Build/Base.pm	2004-04-26 00:16:14.000000000 +0200
-+++ lib/Module/Build/Base.pm	2004-05-12 00:30:23.911009960 +0200
-@@ -1233,7 +1233,7 @@
+--- Module-Build-0.2806/lib/Module/Build/Base.pm.orig	2006-12-16 05:17:25.000000000 +0100
++++ Module-Build-0.2806/lib/Module/Build/Base.pm	2006-12-22 10:52:15.013856747 +0100
+@@ -2212,7 +2212,7 @@
    
    foreach my $file (keys %$files) {
      my $result = $self->copy_if_modified($file, $script_dir, 'flatten') or next;
--    $self->fix_shebang_line($result);
-+#   $self->fix_shebang_line($result);
+-    $self->fix_shebang_line($result) unless $self->os_type eq 'VMS';
++#   $self->fix_shebang_line($result) unless $self->os_type eq 'VMS';
      $self->make_executable($result);
    }
  }
---- t/Sample/script.orig	2004-11-30 14:19:19.000000000 +0100
-+++ t/Sample/script	2004-12-02 23:14:34.252385672 +0100
-@@ -1,4 +1,4 @@
+--- Module-Build-0.2806/t/runthrough.t.orig	2006-12-22 12:29:34.390623866 +0100
++++ Module-Build-0.2806/t/runthrough.t	2006-12-22 12:26:36.836505633 +0100
+@@ -29,7 +29,7 @@
+ $build->create_build_script;
+ ---
+ $dist->add_file( 'script', <<'---' );
 -#!perl -w
 +#!/usr/bin/perl -w
- 
- # NOTE: the manifypods test expects no pod in this file
- 
+ print "Hello, World!\n";
+ ---
+ $dist->add_file( 'test.pl', <<'---' );
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/perl-Module-Build-startperl.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list