diff --git a/t/pls.t b/t/pls.t index 6375bad..4528107 100644 --- a/t/pls.t +++ b/t/pls.t @@ -5,7 +5,7 @@ use warnings; use lib 'lib'; use POSIX qw(tmpnam); -use Test::More tests => 3; +use Test::More tests => 4; require_ok('Playlist::PLS'); @@ -32,4 +32,15 @@ is_deeply(scalar $pls->load($path), $out, "Loading test playlist"); unlink $path; +my $text = <dump, $text); + exit 0;