On Fri, Jan 16, 2009 at 02:05:46PM +0000, Lyle wrote: > When I looked at YAML.pm is was surprised to see it export functions > called Dump and Load by default.
Export-by-default is an incredibly bad idea. You can prevent it thus: use Some::Module (); The empty list prevents use() from running the import method. -- David Cantrell | Cake Smuggler Extraordinaire There is no one true indentation style, But if there were K&R would be Its Prophets. Peace be upon Their Holy Beards. _______________________________________________ BristolBathPM mailing list [email protected] http://mailman.bristolbath.org/mailman/listinfo/bristolbathpm
