NewsStats.pm: Fix $VERSION and $PackageVersion.
Set to 0.01 from 0.1 Signed-off-by: Thomas Hochstein <thh@inter.net>
This commit is contained in:
parent
9c141b0ca7
commit
4bbd46d336
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue