File: changes.t

package info (click to toggle)
libbloom-filter-perl 1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 144 kB
  • sloc: perl: 166; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 133 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
use Test::More;

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

changes_ok();