File: cpan-changes.t

package info (click to toggle)
libnet-rendezvous-publish-backend-avahi-perl 0.04-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 176 kB
  • ctags: 5
  • sloc: perl: 200; makefile: 2
file content (7 lines) | stat: -rw-r--r-- 155 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
#!perl

use Test::More;
eval 'use Test::CPAN::Changes';
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
changes_ok();
done_testing();