File: Foo.pm

package info (click to toggle)
libvendorlib-perl 0.10-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 200 kB
  • ctags: 147
  • sloc: perl: 1,951; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 36 bytes parent folder | download | duplicates (4)
1
2
3
4
5
package Foo;

sub foo { 'foo' }

1;