Bläddra i källkod

modifying package: perl-util-5.8.3 20040409 -> 20040413

Michael Schloh von Bennewitz 21 år sedan
förälder
incheckning
04d32e091a
2 ändrade filer med 6 tillägg och 47 borttagningar
  1. 4 45
      perl-util/perl-util.patch
  2. 2 2
      perl-util/perl-util.spec

+ 4 - 45
perl-util/perl-util.patch

@@ -1,6 +1,6 @@
-Index: Devel-StackTrace-1.10/Build.PL
---- Devel-StackTrace-1.10/Build.PL.orig	2004-03-10 22:24:09.000000000 +0100
-+++ Devel-StackTrace-1.10/Build.PL	2004-03-17 08:43:17.000000000 +0100
+Index: Devel-StackTrace-1.11/Build.PL
+--- Devel-StackTrace-1.11/Build.PL.orig	2004-03-10 22:24:09.000000000 +0100
++++ Devel-StackTrace-1.11/Build.PL	2004-03-17 08:43:17.000000000 +0100
 @@ -1,14 +0,0 @@
 -use strict;
 -
@@ -12,48 +12,7 @@ Index: Devel-StackTrace-1.10/Build.PL
 -                        requires    => { 'Test::More' => '0.46'
 -                                       },
 -                        sign        => 1,
--                        create_makefile_pl => 'passthrough',
+-                        create_makefile_pl => 'traditional',
 -                      );
 -
 -$build->create_build_script;
-Index: Devel-StackTrace-1.10/Makefile.PL
---- Devel-StackTrace-1.10/Makefile.PL.orig	2004-03-10 22:24:09.000000000 +0100
-+++ Devel-StackTrace-1.10/Makefile.PL	2004-03-17 08:42:56.000000000 +0100
-@@ -1,29 +1,8 @@
--# Note: this file was auto-generated by Module::Build::Compat version 0.03
--    
--    unless (eval "use Module::Build::Compat 0.02; 1" ) {
--      print "This module requires Module::Build to install itself.\n";
--      
--      require ExtUtils::MakeMaker;
--      my $yn = ExtUtils::MakeMaker::prompt
--	('  Install Module::Build now from CPAN?', 'y');
--      
--      unless ($yn =~ /^y/i) {
--	die " *** Cannot install without Module::Build.  Exiting ...\n";
--      }
--      
--      require Cwd;
--      require File::Spec;
--      require CPAN;
--      
--      # Save this 'cause CPAN will chdir all over the place.
--      my $cwd = Cwd::cwd();
--      my $makefile = File::Spec->rel2abs($0);
--      
--      CPAN::Shell->install('Module::Build::Compat')
--	or die " *** Cannot install without Module::Build.  Exiting ...\n";
--      
--      chdir $cwd or die "Cannot chdir() back to $cwd: $!";
--      exec $^X, $makefile, @ARGV;  # Redo now that we have Module::Build
--    }
--    Module::Build::Compat->run_build_pl(args => \@ARGV);
--    Module::Build::Compat->write_makefile(build_class => 'Module::Build');
-+use 5.006;
-+use ExtUtils::MakeMaker;
-+WriteMakefile(
-+    NAME          => 'Devel::StackTrace',
-+    VERSION_FROM  => 'lib/Devel/StackTrace.pm',
-+    PREREQ_PM     => {  Test::More => "0.46", },
-+    ABSTRACT_FROM => 'lib/Devel/StackTrace.pm',
-+);

+ 2 - 2
perl-util/perl-util.spec

@@ -37,7 +37,7 @@
 %define       V_class_returnvalue        0.52
 %define       V_class_xpath              1.4
 %define       V_data_locations           5.2-fixed
-%define       V_devel_stacktrace         1.10
+%define       V_devel_stacktrace         1.11
 %define       V_exception_class          1.19
 %define       V_geography_countries      1.4
 %define       V_object_realize_later     0.15
@@ -61,7 +61,7 @@ Class:        BASE
 Group:        Language
 License:      GPL/Artistic
 Version:      %{V_perl}
-Release:      20040409
+Release:      20040413
 
 #   list of sources
 Source0:      http://www.cpan.org/modules/by-module/Test/Test-%{V_test}.tar.gz