manpagez: man pages & more
man Devel::InnerPackage(3)
Home | html | info | man
Devel::InnerPackage(3)                     User Contributed Perl Documentation



NAME

       Devel::InnerPackage - find all the inner packages of a package


SYNOPSIS

           use Foo::Bar;
           use Devel::InnerPackage qw(list_packages);

           my @inner_packages = list_packages('Foo::Bar');


DESCRIPTION

       Given a file like this

           package Foo::Bar;

           sub foo {}


           package Foo::Bar::Quux;

           sub quux {}

           package Foo::Bar::Quirka;

           sub quirka {}

           1;

       then

           list_packages('Foo::Bar');

       will return

           Foo::Bar::Quux
           Foo::Bar::Quirka


METHODS

   list_packages <package name>
       Return a list of all inner packages of that package.


AUTHOR

       Simon Wistow <simon@thegestalt.org>


COPYING

       Copyright, 2005 Simon Wistow

       Distributed under the same terms as Perl itself.


BUGS

       None known.

perl v5.34.1                      2015-08-04            Devel::InnerPackage(3)

module-pluggable 5.200.0 - Generated Tue Aug 20 11:17:35 CDT 2024
© manpagez.com 2000-2024
Individual documents may contain additional copyright information.