File: Foo.pm

package info (click to toggle)
libmodule-pluggable-perl 5.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 436 kB
  • sloc: perl: 1,510; makefile: 2
file content (9 lines) | stat: -rwxr-xr-x 56 bytes parent folder | download | duplicates (25)
1
2
3
4
5
6
7
8
9
package MyTest::Plugin::Quux::Foo;


use strict;


1;