File: prior_plan.t

package info (click to toggle)
libtest-prereq-perl 1.037-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze, wheezy
  • size: 148 kB
  • ctags: 20
  • sloc: perl: 265; makefile: 20
file content (7 lines) | stat: -rw-r--r-- 124 bytes parent folder | download
1
2
3
4
5
6
7
# $Id$

use Test::More tests => 2;

use Test::Prereq;
prereq_ok( undef, undef, [ qw(CPANPLUS::Internals::System) ] );
ok(1);