Skip to content

Commit

Permalink
Don't get version number from subversion
Browse files Browse the repository at this point in the history
  • Loading branch information
davorg committed Dec 19, 2015
1 parent 8164f97 commit e2337bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Transform.pm
Expand Up @@ -10,7 +10,6 @@ our %xformats;
require Exporter;
our @ISA = qw(Exporter);
our @EXPORT = qw(%xformats);
our $VERSION = sprintf '%d', '$Revision$ ' =~ /(\d+)/;

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

0 comments on commit e2337bb

Please sign in to comment.