Subject: | Bug - is_valid_checksum |
Date: | Mon, 4 Aug 2008 16:37:41 -0400 |
To: | bug-Business-ISSN [...] rt.cpan.org |
From: | "Adam Corum" <likwid38225 [...] gmail.com> |
When I try to use the Business::ISSN module like this:
Show quoted text
----------start code--------------
use Business::ISSN qw(is_valid_checksum);
my $is_valid = is_valid_checksum('some issn');
----------end code----------------
I get this error message :
-------------start error message--------------------------
"is_valid_checksum" is not exported by the Business::ISSN module
Can't continue after import errors at test.pl line 1
BEGIN failed--compilation aborted at test.pl line 1.
-------------end error message----------------------------
A couple guys at Perlmonks.com looked into it for me, and they have verified
that it appears
to be a bug.