--- a/libpurple/plugins/perl/common/Purple.pm Sun Feb 02 14:08:43 2014 +0100
+++ b/libpurple/plugins/perl/common/Purple.pm Sun Feb 02 20:17:46 2014 +0100
@@ -27,8 +27,6 @@
);
-our $VERSION = '0.01';
-
sub AUTOLOAD {
# This AUTOLOAD is used to 'autoload' constants from the constant()
# XS function.