pkgsrc/devel/p5-Perl-Version/patches/patch-aa
seb 985e9d1d15 Initial import of p5-Perl-Version version 1.009 in the NetBSD
Packages Collection.

The Perl 5 module Perl::Version provides a simple interface for
parsing, manipulating and formatting Perl version strings.  Unlike
version.pm (which concentrates on parsing and comparing version
strings) Perl::Version is designed for cases where you'd like to
parse a version, modify it and get back the modified version formatted
like the original.
2009-03-10 21:22:59 +00:00

15 lines
507 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2009/03/10 21:22:59 seb Exp $
Install the perl-reversion script.
--- Makefile.PL.orig 2009-03-07 14:48:16.000000000 +0000
+++ Makefile.PL
@@ -33,7 +33,7 @@ my %ARGS = (
$ARGS{SIGN} = 1 if MM->can( 'signature_target' );
while ( my ( $exe, $spec ) = each %EXE ) {
- my $yn = prompt( "Install $exe script?", "N" );
+ my $yn = prompt( "Install $exe script?", "Y" );
if ( $yn =~ /^y/i ) {
while ( my ( $key, $val ) = each %$spec ) {
if ( ref $val eq 'HASH' ) {