]> git.pld-linux.org Git - packages/perl-DBI.git/blame - perl-DBI-changes.patch
- perla->Perla
[packages/perl-DBI.git] / perl-DBI-changes.patch
CommitLineData
000b5cf7
AG
1diff -burN DBI-1.44.orig/Makefile.PL DBI-1.44/Makefile.PL
2--- DBI-1.44.orig/Makefile.PL 2004-10-17 23:42:06.423617752 +0200
3+++ DBI-1.44/Makefile.PL 2004-10-17 23:42:55.603141328 +0200
4@@ -290,8 +290,8 @@
83a8062c 5 # make Changes file available as installed pod docs "perldoc DBI::Changes"
000b5cf7 6 # make Roadmap.pod file available as installed pod docs "perldoc DBI::Roadmap"
83a8062c 7 inst_libdbi = ' . File::Spec->catdir($self->{INST_LIB}, 'DBI') . '
8-changes_pm = ' . File::Spec->catfile($self->{INST_LIB}, 'DBI', 'Changes.pm') . '
000b5cf7 9-roadmap_pm = ' . File::Spec->catfile($self->{INST_LIB}, 'DBI', 'Roadmap.pm') . '
83a8062c 10+changes_pm = ' . File::Spec->catfile($self->{INST_LIB}, 'DBI', 'Changes.pod') . '
000b5cf7 11+roadmap_pm = ' . File::Spec->catfile($self->{INST_LIB}, 'DBI', 'Roadmap.pod') . '
83a8062c 12
000b5cf7
AG
13 config :: $(changes_pm) $(roadmap_pm)
14 $(NOECHO) $(NOOP)
This page took 0.076054 seconds and 4 git commands to generate.