File: J.pm

package info (click to toggle)
libobject-realize-later-perl 0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 172 kB
  • sloc: perl: 421; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 62 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
package J;

package Another::Class;

sub a_method { 42 }

1;