FreeBSD Manual Pages
Module::Collect::PackaUser)Contributed Perl DocumenModule::Collect::Package(3) NAME Module::Collect::Package - package abstract class for Module::Collect SYNOPSIS use Module::Collect::Package; my $package = Module::Collect::Package->new( path => 'foo/bar/baz.pm', package => 'Baz', ); print $package->path; # foo/bar/baz.pm print $package->package; # Baz $package->require; # same require 'foo/bar/baz.pm'; $package->new; # same Baz->new; AUTHOR lopnor Kazuhiro Osawa SEE ALSO Module::Collect LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.32.1 2010-02-09 Module::Collect::Package(3)
NAME | SYNOPSIS | AUTHOR | SEE ALSO | LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Module::Collect::Package&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>