File: MyClass.pm

package info (click to toggle)
libclass-unload-perl 0.11-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 160 kB
  • sloc: perl: 137; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 78 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
package # Hide from the CPAN indexer
    MyClass;

our $VERSION = '0.01';

1;