f5eedce775
vcp (and the Perl module VCP.pm) is a system for copying resources under version control between repositories. CVS, p4 and VSS repositories are currently supported. Note that this is not a branch, nor a fork, from VCP's main repository This is merely a snapshot of versions that are known to work with svk.
13 lines
431 B
Plaintext
13 lines
431 B
Plaintext
$OpenBSD: patch-Makefile_PL,v 1.1.1.1 2004/12/09 09:24:22 kevlo Exp $
|
|
--- Makefile.PL.orig Thu Dec 9 16:49:58 2004
|
|
+++ Makefile.PL Thu Dec 9 16:50:19 2004
|
|
@@ -212,7 +212,7 @@ sub MY::postamble {
|
|
my $self = shift ;
|
|
return join(
|
|
"",
|
|
- "\npure_all :: $io_test_files\n",
|
|
+ "\n#pure_all :: $io_test_files\n",
|
|
map(
|
|
"\n$_ : bin/gentrevml\n$io_scheme_revmls{$_}",
|
|
sort keys %io_scheme_revmls
|