File: SampleModule.pm

package info (click to toggle)
libtest-module-used-perl 0.2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 248 kB
  • sloc: perl: 669; makefile: 2
file content (10 lines) | stat: -rwxr-xr-x 163 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
package SampleModule;
use Net::FTP; #core
use Module::Used;#not core
use Test::Module::Used;#not core

use 5.00803;# perl version

sub do_nothing {}

1;