~ubuntu-branches/ubuntu/lucid/libxml-sax-perl/lucid

« back to all changes in this revision

Viewing changes to t/99cleanup.t

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2008-04-04 16:00:12 UTC
  • mfrom: (1.1.4 upstream) (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080404160012-2kh7ygoy3a8l1s9g
Tags: 0.16+dfsg-3
README.Debian: replace a broken link to the CPAN FAQ entry about
uninstalling CPAN modules with its intended content. (Closes: #469958)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
use Test;
2
 
BEGIN { plan tests => 0 }
3
 
#use File::Spec;
4
 
#ok(unlink(
5
 
#    File::Spec->catdir(qw(blib lib XML SAX ParserDetails.ini))),
6
 
#    1,
7
 
#    'delete ParserDetails.ini'
8
 
#);
 
2
BEGIN { plan tests => 1 }
 
3
use File::Spec;
 
4
ok(unlink(
 
5
    File::Spec->catdir(qw(blib lib XML SAX ParserDetails.ini))),
 
6
    1,
 
7
    'delete ParserDetails.ini'
 
8
);