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