r53666 - /trunk/dh-make-perl/lib/DhMakePerl.pm

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Sat Mar 6 12:38:10 UTC 2010


Author: dmn
Date: Sat Mar  6 12:37:59 2010
New Revision: 53666

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=53666
Log:
dropped unused _file_rw method

Modified:
    trunk/dh-make-perl/lib/DhMakePerl.pm

Modified: trunk/dh-make-perl/lib/DhMakePerl.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/dh-make-perl/lib/DhMakePerl.pm?rev=53666&op=diff
==============================================================================
--- trunk/dh-make-perl/lib/DhMakePerl.pm (original)
+++ trunk/dh-make-perl/lib/DhMakePerl.pm Sat Mar  6 12:37:59 2010
@@ -2186,14 +2186,6 @@
     return $fh;
 }
 
-sub _file_rw {
-    my ( $self, $filename ) = @_;
-
-    my $fh = IO::File->new( $filename, 'r+' )
-        or die "Cannot open $filename: $!\n";
-    return $fh;
-}
-
 =back
 
 =head1 AUTHOR




More information about the Pkg-perl-cvs-commits mailing list