m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
authorGurusamy Sarathy <gsar@cpan.org>
Mon, 28 Feb 2000 00:00:05 +0000 (00:00 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Mon, 28 Feb 2000 00:00:05 +0000 (00:00 +0000)
commitc7b9dd210bc8835ea8e4750a4d97a670da01ea70
tree53ec41c4344ab6f250ffc75812ff6029ee19b5d5
parent33e06c89116da420821234eb364a70b215b00a8d
m/.*$/ etc should be m/.*\z/s in many file handling modules; fix
these insidious errors in File::Basename, File::Find and find2perl
(from Tom Christiansen)

TODO: many other modules need to be fixed as well!

p4raw-id: //depot/perl@5296
lib/File/Basename.pm
lib/File/Find.pm
x2p/find2perl.PL