Skip to content

Commit

Permalink
Use svn revision number
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Mar 14, 2008
1 parent 9a882d3 commit 8164f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Transform.pm
Expand Up @@ -10,7 +10,7 @@ our %xformats;
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(%xformats);
our $VERSION = sprintf "%d.%02d", '$Revision$ ' =~ /(\d+)\.(\d+)/;
our $VERSION = sprintf '%d', '$Revision$ ' =~ /(\d+)/;

%xformats= (h => 'html',
p => 'pod',
Expand Down

0 comments on commit 8164f97

Please sign in to comment.