File: Foo.pm

package info (click to toggle)
libmodule-pluggable-perl 5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 440 kB
  • ctags: 101
  • sloc: perl: 1,504; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 51 bytes parent folder | download | duplicates (10)
1
2
3
4
5
package MyOtherTest::Plugin::Foo;
use strict;
1;