File: Parent.pm

package info (click to toggle)
libclass-unload-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 148 kB
  • ctags: 101
  • sloc: perl: 1,099; makefile: 15
file content (6 lines) | stat: -rw-r--r-- 98 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
package # Hide from PAUSE
    MyClass::Parent;

sub parent_method { return 'parent_method'; }

1;