Subject: | HTTP::Engine uses bad version numbers |
Date: | Tue, 19 May 2009 20:27:04 +0100 |
To: | bugs-HTTP-Engine [...] rt.cpan.org |
From: | Matt S Trout <mst [...] shadowcat.co.uk> |
Please don't use $VERSION = '0.1.8' like that, it breaks a lot of things. Do
our $VERSION = '0.001008'; # 0.1.8
$VERSION = eval $VERSION;
as standard for CPAN and perl versions.
--
Matt S Trout Catalyst and DBIx::Class consultancy with a clue
Technical Director and a commit bit: http://shadowcat.co.uk/catalyst/
Shadowcat Systems Limited
mst (@) shadowcat.co.uk http://shadowcat.co.uk/blog/matt-s-trout/