File: Class1.pm

package info (click to toggle)
librole-hooks-perl 0.008-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 244 kB
  • sloc: perl: 696; makefile: 2
file content (5 lines) | stat: -rw-r--r-- 65 bytes parent folder | download
1
2
3
4
5
package Local::Class1;
use Local::Mite;
with 'Local::Role2';

1;