]> git.decadent.org.uk Git - memories.git/commitdiff
Who's the idiot now, then?
authorSimon Cozens <simon@simon-cozens.org>
Mon, 12 Feb 2007 20:48:59 +0000 (20:48 +0000)
committerSimon Cozens <simon@simon-cozens.org>
Mon, 12 Feb 2007 20:48:59 +0000 (20:48 +0000)
git-svn-id: http://svn.simon-cozens.org/memories/trunk@29 041978f6-d955-411f-a9d7-1d8545c9c3c7

Tagtools.pm

index 371c056bb4a7ed1e4592e38c997bdef02d778621..f161c475b4e9bcf9edd4090cfe1ffbfd697d0078 100644 (file)
@@ -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);