r28429 - /trunk/libnet-ssh2-perl/debian/example.pl

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sat Dec 20 17:37:57 UTC 2008


Author: ryan52-guest
Date: Sat Dec 20 17:37:52 2008
New Revision: 28429

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=28429
Log:
add a shebang

Modified:
    trunk/libnet-ssh2-perl/debian/example.pl

Modified: trunk/libnet-ssh2-perl/debian/example.pl
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-ssh2-perl/debian/example.pl?rev=28429&op=diff
==============================================================================
--- trunk/libnet-ssh2-perl/debian/example.pl (original)
+++ trunk/libnet-ssh2-perl/debian/example.pl Sat Dec 20 17:37:52 2008
@@ -1,3 +1,5 @@
+#!/usr/bin/perl -w
+
 use Net::SSH2;
 
 my $ssh2 = Net::SSH2->new();




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