Thu Jan 10 08:43:36 2002RCAPUTO [...] cpan.org - Ticket created
Subject:
add per-file versions
Each POE package should have its own version. See
POE::Component::Client::TCP (and/or Server::TCP) for a suggestion.
Thu Jan 10 15:34:03 2002RCAPUTO [...] cpan.org - Status changed from 'new' to 'resolved'
Thu Jan 10 15:34:03 2002RCAPUTO [...] cpan.org - Correspondence added15 min
Added this code to the sub-modules. The main module still uses
hand-coded versions.
use vars qw($VERSION);
$VERSION = (qw($Revision$ ))[1];
-- Rocco Caputo / troc@pobox.com / poe.perl.org / poe.sf.net
Fri Sep 27 23:04:09 2002RCAPUTO [...] cpan.org - Taken