table of contents
Package::New::Dump(3pm) | User Contributed Perl Documentation | Package::New::Dump(3pm) |
NAME¶
Package::New::Dump - Simple base package from which to inherit
SYNOPSIS¶
package My::Package; use base qw{Package::New::Dump}; #provides new, initialize and dump
DESCRIPTION¶
The Package::New::Dump object provides a consistent object constructor for objects.
RECOMMENDATIONS¶
I recommend using this package only during development and reverting back to Package::New when in full production
USAGE¶
CONSTRUCTOR¶
See Package::New
METHODS¶
dump¶
Returns the object serialized by Data::Dumper
AUTHOR¶
Michael R. Davis
COPYRIGHT¶
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.
SEE ALSO¶
2025-01-12 | perl v5.40.0 |