use Exporter; #... @ISA = qw(Exporter); @EXPORT = qw(); @EXPORT_OK = qw(); %EXPORT_TAGS = ( DEFAULT => [qw()], Both => [qw()]);
I fail to see the point of making your module load and inherit from Exporter if you aren't going to have it export anything. Can you explain this?
The rest of it seems fine at first glance but I'm no MongoDB expert.
Update: Turns out this question was crossposted at stackexchange and as such is likely to be another of IruP's plagiarism attempts.
In reply to Re: MongoDB Perl Wrapper
by hippo
in thread MongoDB Perl Wrapper
by IruP
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |