Thu Aug 20 10:04:25 2009nigel.metheringham [...] Dev.intechnology.co.uk - Ticket created
Thu Aug 20 10:05:30 2009nigel.metheringham [...] Dev.intechnology.co.uk - Status changed from 'new' to 'open'
Thu Aug 20 10:06:25 2009nigel.metheringham [...] Dev.intechnology.co.uk - Severity Important added
Thu Aug 20 10:06:26 2009nigel.metheringham [...] Dev.intechnology.co.uk - Broken in 0.12 added
Thu Aug 20 10:08:02 2009nigel.metheringham [...] Dev.intechnology.co.uk - Correspondence added
The export line in the main module should match the function names,
so should be
our @EXPORT = qw(check_vcs vcs_tag make_vcs_tag);
Without this the current release script in Module::Release breaks.
[Sorry for the chatter - bug interface has changed and confused me]
Thu Aug 20 10:11:06 2009nigel.metheringham [...] Dev.intechnology.co.uk - Correspondence added
The exports line in the main module should be
our @EXPORT = qw(check_vcs vcs_tag make_vcs_tag);
so that it matches the actual function names (ie cvs -> vcs)
Fri Aug 21 12:27:50 2009bdfoy [...] cpan.org - Status changed from 'open' to 'resolved'
Fri Aug 21 12:27:50 2009bdfoy [...] cpan.org - Fixed in 0.12 added