File: cpanfile

package info (click to toggle)
libwww-shorten-simple-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 120 kB
  • ctags: 9
  • sloc: perl: 47; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 74 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
requires 'WWW::Shorten';

on test => sub {
    requires 'Test::More';
};