|
Class::Member::GLOB - A module to make the module developement easier |
Class::Member::GLOB - A module to make the module developement easier
package MyModule; use Class::Member::GLOB qw/member_A member_B/;
See the Class::Member manpage.
Torsten Förtsch <Torsten.Foertsch@gmx.net>
Copyright 2003 Torsten Förtsch.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Class::Member::GLOB - A module to make the module developement easier |