1Package::New::Dump(3) User Contributed Perl DocumentationPackage::New::Dump(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

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

RECOMMENDATIONS

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

USAGE

CONSTRUCTOR

22       See Package::New
23

METHODS

25   dump
26       Returns the object serialized by Data::Dumper
27

BUGS

29       Log on RT and contact the author.
30

SUPPORT

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

AUTHOR

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

SEE ALSO

50perl v5.30.0                      2019-07-26             Package::New::Dump(3)
Impressum