File: cpan-changes.t

package info (click to toggle)
libxml-semanticdiff-perl 1.0004-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 268 kB
  • ctags: 40
  • sloc: perl: 584; xml: 532; makefile: 14
file content (12 lines) | stat: -rw-r--r-- 178 bytes parent folder | download | duplicates (23)
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';
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;

changes_ok();