NewsStats.pm: Fix $VERSION and $PackageVersion.
authorThomas Hochstein <thh@inter.net>
Sat, 18 Sep 2010 22:21:42 +0000 (00:21 +0200)
committerThomas Hochstein <thh@inter.net>
Sat, 18 Sep 2010 22:21:42 +0000 (00:21 +0200)
Set to 0.01 from 0.1

Signed-off-by: Thomas Hochstein <thh@inter.net>
NewsStats.pm

index 3efc14b..67b0dbc 100644 (file)
@@ -40,8 +40,8 @@ require Exporter;
 %EXPORT_TAGS = ( TimePeriods => [qw(GetTimePeriod LastMonth CheckMonth SplitPeriod ListMonth)],
                  Output      => [qw(OutputData FormatOutput)],
                  SQLHelper   => [qw(SQLHierarchies SQLGroupList GetMaxLenght)]);
-$VERSION = '0.1';
-our $PackageVersion = '0.1';
+$VERSION = '0.01';
+our $PackageVersion = '0.01';
 
 use Data::Dumper;
 use File::Basename;
This page took 0.011625 seconds and 4 git commands to generate.