File: has-version.t

package info (click to toggle)
libxml-feed-perl 0.65%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 508 kB
  • sloc: perl: 1,162; xml: 682; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 196 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#!perl

use strict;
use warnings;
use Test::More;
eval 'use Test::HasVersion 0.012';
plan skip_all =>
     'Test::HasVersion required for testing for version numbers' if $@;
all_pm_version_ok();