File: Foo.pm

package info (click to toggle)
libtest-version-perl 1.004001-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 292 kB
  • ctags: 15
  • sloc: perl: 590; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 50 bytes parent folder | download | duplicates (4)
1
2
3
4
5
package Foo;
BEGIN {
	our $VERSION = '1.24';
}
1;