forked from pool/perl-DateTime-Format-MySQL
- initial version 0.04
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-DateTime-Format-MySQL?expand=0&rev=1
This commit is contained in:
50
perl-DateTime-Format-MySQL-vendor.patch
Normal file
50
perl-DateTime-Format-MySQL-vendor.patch
Normal file
@@ -0,0 +1,50 @@
|
||||
Index: DateTime-Format-MySQL-0.04/Makefile.PL
|
||||
===================================================================
|
||||
--- DateTime-Format-MySQL-0.04.orig/Makefile.PL
|
||||
+++ DateTime-Format-MySQL-0.04/Makefile.PL
|
||||
@@ -1,31 +1,14 @@
|
||||
-# 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: $!";
|
||||
- }
|
||||
- eval "use Module::Build::Compat 0.02; 1" or die $@;
|
||||
- use lib '_build/lib';
|
||||
- Module::Build::Compat->run_build_pl(args => \@ARGV);
|
||||
- require Module::Build;
|
||||
- Module::Build::Compat->write_makefile(build_class => 'Module::Build');
|
||||
+use 5.006;
|
||||
+use ExtUtils::MakeMaker;
|
||||
+# See lib/ExtUtils/MakeMaker.pm for details of how to influence
|
||||
+# the contents of the Makefile that is written.
|
||||
+WriteMakefile(
|
||||
+ NAME => 'DateTime::Format::MySQL',
|
||||
+ VERSION_FROM => 'lib/DateTime/Format/MySQL.pm',
|
||||
+ PREREQ_PM => { 'DateTime' => 0,
|
||||
+ 'DateTime::Format::Builder' => 0.60, },
|
||||
+ ($] >= 5.005 ? ## Add these new keywords supported since 5.005
|
||||
+ + (ABSTRACT_FROM => 'lib/DateTime/Format/MySQL.pm', # retrieve abstract from module
|
||||
+ + AUTHOR => 'Dave Rolsky <autarch@urth.org>') : ()),
|
||||
+ EXE_FILES => [],
|
||||
+);
|
Reference in New Issue
Block a user