Changeset 1164
- Timestamp:
- 11/06/07 10:41:59 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/misc/todo-pl-wassr/wassr-todo.pl
- Property svn:executable set to *
r528 r1164 9 9 10 10 package Net::Wassr::TODO; 11 11 use strict; 12 use warnings; 12 13 use JSON::Syck; 13 14 use Carp; … … 132 133 unlink $fn; 133 134 } 135 case 'add' { 136 my $body = join " ", @ARGV; 137 die "todo body empty" unless $body; 138 print $c->add($body), "\n"; 139 } 134 140 else { 135 141 die "unknown command $command";
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)