Miscellaneous Edits

- Added Max Muller to AUTHORS for suggestions.
- Fixed a unit test Perl warning.
This commit is contained in:
Paul Beckingham 2010-11-28 08:44:25 -05:00
parent aa98ca42c8
commit bdc167fd6a
2 changed files with 2 additions and 1 deletions

View file

@ -65,4 +65,5 @@ suggestions:
Elizabeth Maxson
Peter De Poorter
Itay Perl
Max Muller

View file

@ -65,7 +65,7 @@ qx{../task rc:bug.rc add one +t1};
qx{../task rc:bug.rc add two +t2};
qx{../task rc:bug.rc add three +t3};
my $output = qx{../task rc:bug.rc list -t1};
$output = qx{../task rc:bug.rc list -t1};
unlike ($output, qr/one/, 'Single: no t1');
like ($output, qr/two/, 'Single: yes t2');
like ($output, qr/three/, 'Single: yes t3');