Unverified Commit 07c5f706 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

Utils: Add $VERSION. Whoops.

parent e9bef5bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -9,6 +9,8 @@ use 5.014;
use parent 'Exporter';
our @EXPORT = qw(handle_day_change);

our $VERSION = '0.08';

sub handle_day_change {
	my (%opt)       = @_;
	my $datestr     = $opt{date};