Skip Menu |

This queue is for tickets about the ExtUtils-ModuleMaker CPAN distribution.

Report information
The Basics
Id: 15584
Status: resolved
Priority: 0/
Queue: ExtUtils-ModuleMaker

People
Owner: jkeenan [...] cpan.org
Requestors: metaperl@gmail.com (no email address)
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in: (no value)
Fixed in: (no value)



Subject: RCS/CVS version control strings: support when defining $VERSION requested
This is the syntax to use to create a version number from a CVS/RCS keyword, when the keyword if Revision: ($VERSION) = ('$Revision: 1.12 $' =~ m/([\.\d]+)/) ;
From: JKEENAN
[TBONE - Mon Nov 7 00:23:24 2005]: Show quoted text
> This is the syntax to use to create a version number from a CVS/RCS > keyword, when the keyword if Revision: > > ($VERSION) = ('$Revision: 1.12 $' =~ m/([\.\d]+)/) ;
This would be a good idea to try out first in a subclass of ExtUtils::ModuleMaker.