File: PackageVersion.pm

package info (click to toggle)
libmodule-extract-use-perl 1.054-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 584; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
use HTTP::Size 1.23;
use 5.013;

use YAML::Syck 1.54 qw(LoadFile);
use LWP::Simple 6.1 qw(getstore);

my $cat = 'Buster';

1;