about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2001-11-26 13:44:32 +0000
committerGraham Barr <gbarr@pobox.com>2001-11-26 13:44:32 +0000
commit0159de9ebef517e929614f12ce5ac4bc2b216005 (patch)
tree99d23d833671cf462e3f23def6c169a9f3cd3566
parent1af2256543ae6892455b5d797dfa1600b5ec0fb2 (diff)
downloadperl-libnet-0159de9ebef517e929614f12ce5ac4bc2b216005.tar.gz
netrc.t
- fix RE for libnet_t.pl

-rw-r--r--t/netrc.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/netrc.t b/t/netrc.t
index d1cd32b..a4dd778 100644
--- a/t/netrc.t
+++ b/t/netrc.t
@@ -31,7 +31,7 @@ my @stat;
 # for testing _readrc
 $INC{'FileHandle.pm'} = 1;
 
-(my $libnet_t = __FILE__) =~ s/\w+.t/libnet_t.pl/;
+(my $libnet_t = __FILE__) =~ s/\w+.t$/libnet_t.pl/;
 require $libnet_t;
 
 # now that the tricks are out of the way...