Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Module-Release-Git CPAN distribution.

Report information
The Basics
Id: 48878
Status: resolved
Priority: 0/
Queue: Module-Release-Git

People
Owner: Nobody in particular
Requestors: nigel.metheringham [...] Dev.intechnology.co.uk
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.12
Fixed in: 0.12



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]
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)