File: Foo.pm

package info (click to toggle)
libmodule-pluggable-perl 6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 460 kB
  • sloc: perl: 1,605; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 47 bytes parent folder | download | duplicates (10)
1
2
3
4
5
package OddFiles/Plugin/Foo.pm

sub new {}

1;