File: SuperInheritedGroups.pm

package info (click to toggle)
libclass-accessor-grouped-perl 0.08001-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 220 kB
  • ctags: 134
  • sloc: perl: 1,678; makefile: 43
file content (6 lines) | stat: -rw-r--r-- 92 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
package SuperInheritedGroups;
use strict;
use warnings;
use base 'BaseInheritedGroups';

1;