Hi All. I have this module on CPAN, Data::ParseBinary. now I want to add a library of pre-prepared format. For example, a parser/builder for BMP files. The question is, how do I call it? some options that I though about: have module named Data::ParseBinary::lib::GraphicsBMP that export function named GetGraphicBMP, or a variable $GraphicBMP. maybe I shoud skip the "lib" level, and mass all the files under the same directory, creating a Data::ParseBinary::GraphicsBMP module. another possibility is to make a Data::ParseBinary::lib module, that export function GraphicBMP().
What do you say? Shmuel. _______________________________________________ Perl mailing list [email protected] http://perl.org.il/mailman/listinfo/perl
