logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

         Michael R. Davis

Constructor

       See Package::New

Description

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

Methods

dump
       Returns the object serialized by Data::Dumper

Name

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

Recommendations

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

See Also

perl v5.40.0                                       2025-01-12                            Package::New::Dump(3pm)

Synopsis

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

Usage

See Also