File: TestClassLoaded2.pm

package info (click to toggle)
libclass-mop-perl 1.04-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,244 kB
  • ctags: 1,272
  • sloc: perl: 5,192; ansic: 241; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 77 bytes parent folder | download
1
2
3
4
5
6
7
8
package TestClassLoaded2;
use strict;
use warnings;

our $VERSION = 42;

1;