File: Foo.pm

package info (click to toggle)
libmodule-pluggable-perl 3.8-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 324 kB
  • ctags: 78
  • sloc: perl: 1,151; makefile: 43
file content (9 lines) | stat: -rwxr-xr-x 56 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
package Acme::MyTest::Plugin::Foo;


use strict;


1;