DOKK / manpages / debian 12 / libpackage-new-perl / Package::New::Dump.3pm.en
Package::New::Dump(3pm) User Contributed Perl Documentation Package::New::Dump(3pm)

Package::New::Dump - Simple base package from which to inherit

  package My::Package;
  use base qw{Package::New::Dump}; #provides new, initialize and dump

The Package::New::Dump object provides a consistent object constructor for objects.

I recommend using this package only during development and reverting back to Package::New when in full production

See Package::New

Returns the object serialized by Data::Dumper

Log on RT and contact the author.

DavisNetworks.com provides support services for all Perl applications including this package.

  Michael R. Davis
  CPAN ID: MRDVT
  DavisNetworks.com
  http://www.DavisNetworks.com/

This program is free software licensed under the...

  The BSD License

The full text of the license can be found in the LICENSE file included with this module.

2022-10-14 perl v5.34.0