Chisel Wright ha scritto: > On Thu, Jul 06, 2006 at 09:28:23AM +0200, Marcello Romani wrote: >> FWIW, I prefer Data::Dump over Data::Dumper, too. > > I was thinking about this a little last night. > > How about leaving the dumper() method as-is (since Data::Dumper is core > I believe) and adding a new method dump() - which is in keeping with the > Data::Dump function name? > > This then doesn't affect anyone who's happy with Dumper, and opens it up > for people who prefer Dump. > > Chisel
The (beginners') docs could mention dump() instead of dumper(), or at least state that dumper() is deprecated in favour of dump(). -- Marcello Romani Responsabile IT Ottotecnica s.r.l. http://www.ottotecnica.com _______________________________________________ List: [email protected] Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
