Code Cleanup

- Typo in unit test.
- Removed obsolete ANALYSIS file.
This commit is contained in:
Paul Beckingham 2012-08-28 14:41:18 +02:00
parent e796d7a2f1
commit efeb00d423
2 changed files with 1 additions and 9 deletions

View file

@ -1,8 +0,0 @@
* text.t 5
PB need to use a UTF-8 friendly way of doing input[--eol].
* bug.360.t 2
* rx.t 1
* dom.2.t 1

View file

@ -41,7 +41,7 @@ if (open my $fh, '>', 'before.rc')
ok (-r 'before.rc', 'Created before.rc'); ok (-r 'before.rc', 'Created before.rc');
} }
# Create some exampel data directly. # Create some example data directly.
if (open my $fh, '>', 'pending.data') if (open my $fh, '>', 'pending.data')
{ {
my $timeA = str2time("2008-12-22 12:00:00"); my $timeA = str2time("2008-12-22 12:00:00");