X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=Tagtools.pm;h=f161c475b4e9bcf9edd4090cfe1ffbfd697d0078;hb=d5e41d4d638ff5f6c5428172dede8ca882e76ccf;hp=371c056bb4a7ed1e4592e38c997bdef02d778621;hpb=4ee27d9f44c03987eaa40a9324b3f4492c3703a0;p=memories.git diff --git a/Tagtools.pm b/Tagtools.pm index 371c056..f161c47 100644 --- a/Tagtools.pm +++ b/Tagtools.pm @@ -33,7 +33,6 @@ sub import { $cloud }; *{$whence."::_calendar"} = sub { - my $self = shift; my $arg = shift; my ($y, $m) = split /-/, ($arg || Time::Piece->new->ymd); my @m = Calendar::Simple::calendar($m, $y);