1Package::New::Dump(3) User Contributed Perl DocumentationPackage::New::Dump(3)
2
3
4
6 Package::New::Dump - Simple base package from which to inherit
7
9 package My::Package;
10 use base qw{Package::New::Dump}; #provides new, initialize and dump
11
13 The Package::New::Dump object provides a consistent object constructor
14 for objects.
15
17 I recommend using this package only during development and reverting
18 back to Package::New when in full production
19
22 See Package::New
23
25 dump
26 Returns the object serialized by Data::Dumper
27
29 Log on RT and contact the author.
30
32 DavisNetworks.com provides support services for all Perl applications
33 including this package.
34
36 Michael R. Davis
37 CPAN ID: MRDVT
38 DavisNetworks.com
39 http://www.DavisNetworks.com/
40
42 This program is free software licensed under the...
43
44 The BSD License
45
46 The full text of the license can be found in the LICENSE file included
47 with this module.
48
50perl v5.28.1 2011-11-09 Package::New::Dump(3)