File: 00-load.t

package info (click to toggle)
libcpan-uploader-perl 0.103001-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 120 kB
  • sloc: perl: 193; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 118 bytes parent folder | download | duplicates (6)
1
2
3
4
5
use strict;
use warnings;
use Test::More tests => 1;
use CPAN::Uploader;
ok(1, q{I lied, this isn't tested at all!});