3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-19 10:29:30 +01: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 warnings;
use vars qw($VERSION); use vars qw($VERSION);
$VERSION = "0.7.0"; $VERSION = sprintf "%s %d %s", q$Id$ =~ /: ([^.]+)\.pm (\d+) ([^ ]+)/g;
# unbuffer stdout # unbuffer stdout
STDOUT->autoflush(1); STDOUT->autoflush(1);