From: Simon Cozens Date: Mon, 12 Feb 2007 20:48:59 +0000 (+0000) Subject: Who's the idiot now, then? X-Git-Tag: 1.2+svn20070808~39 X-Git-Url: https://git.decadent.org.uk/gitweb/?p=memories.git;a=commitdiff_plain;h=d5e41d4d638ff5f6c5428172dede8ca882e76ccf Who's the idiot now, then? git-svn-id: http://svn.simon-cozens.org/memories/trunk@29 041978f6-d955-411f-a9d7-1d8545c9c3c7 --- 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);