=================================================================== RCS file: /cvs/todotxt/Text-Todo/bin/dudelicious.pl,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- todotxt/Text-Todo/bin/dudelicious.pl 2010/05/01 21:23:19 1.10 +++ todotxt/Text-Todo/bin/dudelicious.pl 2010/05/01 21:26:17 1.11 @@ -42,10 +42,10 @@ my $line = 1; return [ map { - line => $line++, - md5 => md5_hex( $_->text ), - text => $_->text, - done => $_->done, + line => $line++, + md5 => md5_hex( $_->text ), + text => $_->text, + done => $_->done, }, $self->helper('todo')->list ]; @@ -94,7 +94,7 @@ } } => 'entry'; -app->start unless caller(); +app->start if !caller(); __DATA__ @@ -158,7 +158,7 @@ Since the $VERSION can't be automatically included, here is the RCS Id instead, you'll have to look up $VERSION. - $Id: dudelicious.pl,v 1.10 2010/05/01 20:23:19 andrew Exp $ + $Id: dudelicious.pl,v 1.11 2010/05/01 20:26:17 andrew Exp $ =head1 SYNOPSIS