Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 127
Status: resolved
Worked: 15 min
Priority: 0/
Queue: POE

People
Owner: RCAPUTO [...] cpan.org
Requestors: RCAPUTO [...] cpan.org
Cc:
AdminCc:

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



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.
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