OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Ralf S. Engelschall
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   18-Mar-2004 15:28:14
  Branch: HEAD                             Handle: 2004031814281400

  Added files:
    openpkg-src/perl-util   perl-util.patch

  Log:
    add missing patch to CVS

  Summary:
    Revision    Changes     Path
    1.1         +59 -0      openpkg-src/perl-util/perl-util.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/perl-util/perl-util.patch
  ============================================================================
  $ cvs diff -u -r0 -r1.1 perl-util.patch
  --- /dev/null 2004-03-18 15:28:14.000000000 +0100
  +++ perl-util.patch   2004-03-18 15:28:14.000000000 +0100
  @@ -0,0 +1,59 @@
  +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
  +@@ -1,14 +0,0 @@
  +-use strict;
  +-
  +-use Module::Build;
  +-
  +-my $build =
  +-    Module::Build->new( module_name => 'Devel::StackTrace',
  +-                        license     => 'perl',
  +-                        requires    => { 'Test::More' => '0.46'
  +-                                       },
  +-                        sign        => 1,
  +-                        create_makefile_pl => 'passthrough',
  +-                      );
  +-
  +-$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 => [EMAIL PROTECTED]);
  +-    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',
  ++);
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to