File: cpan-changes.t

package info (click to toggle)
libxml-libxslt-perl 2.003000-3
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 704 kB
  • sloc: xml: 2,181; perl: 1,227; ansic: 402; makefile: 24
file content (12 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/perl

use strict;
use warnings;

use Test::More;

eval 'use Test::CPAN::Changes 0.27';
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;

changes_ok();