Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
correct -t to -T in tests
  • Loading branch information
rjbs committed Aug 15, 2007
1 parent d199887 commit 26e975b
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 10 deletions.
3 changes: 3 additions & 0 deletions Changes
@@ -1,5 +1,8 @@
Changelog for Config-INI-Reader

0.006 2007-08-15
use -T instead of -t in tests; -t is a perl 5.008 feature

0.005 2007-08-13
add finalize method, lazy-load starting section method (this means
that you can have starting_section die to prevent properties outside
Expand Down
4 changes: 2 additions & 2 deletions lib/Config/INI/Reader.pm
Expand Up @@ -9,11 +9,11 @@ Config::INI::Reader - a subclassable .ini-file parser
=head1 VERSION
version 0.005
version 0.006
=cut

$Config::INI::Reader::VERSION = '0.005';
$Config::INI::Reader::VERSION = '0.006';

=head1 SYNOPSIS
Expand Down
4 changes: 2 additions & 2 deletions lib/Config/INI/Writer.pm
Expand Up @@ -9,11 +9,11 @@ Config::INI::Writer - a subclassable .ini-file emitter
=head1 VERSION
version 0.005
version 0.006
=cut

$Config::INI::Writer::VERSION = '0.005';
$Config::INI::Writer::VERSION = '0.006';

=head1 SYNOPSIS
Expand Down
2 changes: 1 addition & 1 deletion t/00-load.t
@@ -1,4 +1,4 @@
#!perl -tw
#!perl -Tw
use strict;

use Test::More tests => 2;
Expand Down
2 changes: 1 addition & 1 deletion t/pod-coverage.t
@@ -1,4 +1,4 @@
#!perl -tw
#!perl -Tw
use strict;

use Test::More;
Expand Down
2 changes: 1 addition & 1 deletion t/pod.t
@@ -1,4 +1,4 @@
#!perl -tw
#!perl -Tw
use strict;

use Test::More;
Expand Down
2 changes: 1 addition & 1 deletion t/reader-err.t
@@ -1,4 +1,4 @@
#!perl -tw
#!perl -Tw

use strict;

Expand Down
2 changes: 1 addition & 1 deletion t/reader.t
@@ -1,4 +1,4 @@
#!perl -tw
#!perl -Tw

use strict;

Expand Down
2 changes: 1 addition & 1 deletion t/writer.t
@@ -1,4 +1,4 @@
#!perl -tw
#!perl -Tw

use strict;

Expand Down

0 comments on commit 26e975b

Please sign in to comment.