diff options
author | Zefram <zefram@fysh.org> | 2011-07-19 21:01:42 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-07-19 22:22:19 +0100 |
commit | 5488a51835a213d3751b10e92ce1482f81da4d35 (patch) | |
tree | e89cba4288fa2c80a89071a3621ddfc5c0e7fb39 /lib/version.pm | |
parent | c6537db3564ed4503430cd77e756f7553d8f5fcf (diff) | |
download | perl-5488a51835a213d3751b10e92ce1482f81da4d35.tar.gz |
bump version.pm $VERSION to reflect doc changes
Diffstat (limited to 'lib/version.pm')
-rw-r--r-- | lib/version.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/version.pm b/lib/version.pm index 1126f91d5a..e5fd22e68d 100644 --- a/lib/version.pm +++ b/lib/version.pm @@ -6,7 +6,7 @@ use strict; use vars qw(@ISA $VERSION $CLASS $STRICT $LAX *declare *qv); -$VERSION = 0.92; +$VERSION = 0.93; $CLASS = 'version'; |