Skip to content

Commit

Permalink
Hopefully set svn revision keyword on.
Browse files Browse the repository at this point in the history
  • Loading branch information
bingos committed Apr 25, 2006
1 parent ded7ea4 commit 4c49d42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Revision history for Perl extension POE::Component::IRC.
- Spotted a problem with register() it was still stashing
POE::Session refs. Bad BinGOs.
- shutdown() will unregister all registered sessions now.
- Code audits of State and Qnet::State. Lot's of cleanup.

4.85 Thu Apr 13 12:37:49 BST 2006
- Numerous bug fixes to State and Qnet/State which were
Expand Down
2 changes: 1 addition & 1 deletion lib/POE/Component/IRC.pm
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ use vars qw($VERSION $REVISION $GOT_SSL $GOT_CLIENT_DNS);
use POE::Component::IRC::Plugin qw( :ALL );

$VERSION = '4.86';
$REVISION = do {my@r=(q$Revision: 1.4 $=~/\d+/g);sprintf"%d."."%04d"x$#r,@r};
$REVISION = do {my@r=(q$Revision$=~/\d+/g);sprintf"%d."."%04d"x$#r,@r};

# BINGOS: I have bundled up all the stuff that needs changing for inherited classes
# into _create. This gets called from 'spawn'.
Expand Down

0 comments on commit 4c49d42

Please sign in to comment.