3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-01 17:16:39 +02:00

Testing SVN auto-props Id keyword for PBot.pm $VERSION

This commit is contained in:
Pragmatic Software 2010-06-04 23:12:32 +00:00
parent f9612331bc
commit e3680adbb4

View File

@ -11,7 +11,7 @@ use strict;
use warnings;
use vars qw($VERSION);
$VERSION = "0.7.0";
$VERSION = sprintf "%s %d %s", q$Id$ =~ /: ([^.]+)\.pm (\d+) ([^ ]+)/g;
# unbuffer stdout
STDOUT->autoflush(1);