File: Bar.pm

package info (click to toggle)
libmodule-pluggable-perl 3.4-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 296 kB
  • ctags: 76
  • sloc: perl: 1,045; makefile: 40
file content (9 lines) | stat: -rwxr-xr-x 50 bytes parent folder | download | duplicates (25)
1
2
3
4
5
6
7
8
9
package MyTest::Plugin::Bar;


use strict;


1;