File: 01version.t

package info (click to toggle)
libwww-shorten-perl 3.03-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 312 kB
  • sloc: perl: 253; makefile: 7
file content (7 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
use Test::More tests => 1;
use LWP::UserAgent qw();

diag 'Test::More '.Test::More->VERSION();
diag 'LWP::UserAgent '.LWP::UserAgent->VERSION();

pass("Versions checked.");