develooper Front page | perl.perl5.porters | Postings from March 2000

Re: What's left to do? [LONG]

From:
Jan Dubois
Date:
March 22, 2000 18:43
Subject:
Re: What's left to do? [LONG]
Message ID:
s01jdson0k0ickg2usco1b5ckag5ovo0af@4ax.com
On Thu, 23 Mar 2000 11:27:40 +0900, scozens@pwj.co.jp wrote:

>@@ -173,7 +174,7 @@
> =cut
>
> @ISA = qw(Exporter);
>-@EXPORT = qw(find finddepth);
>+@EXPORT = qw(find finddepth $dir $name $fullname);

Don't add anything to @EXPORT of an existing module, ever!  Use @EXPORT_OK
if you have to, but changing @EXPORT is not backwards compatible.

-Jan




nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About