File: Package.pm

package info (click to toggle)
libmoose-perl 2.2207-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 7,416 kB
  • sloc: perl: 21,345; ansic: 291; makefile: 10
file content (7 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
package Real::Package;
use strict;
use warnings;

sub foo { }

1;