File: Foo.pm

package info (click to toggle)
libpar-packer-perl 1.063-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 1,380 kB
  • sloc: perl: 12,859; ansic: 1,486; makefile: 30; sh: 5
file content (6 lines) | stat: -rw-r--r-- 63 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
package Foo;
use Foo::Bar;
sub foo {
    Foo::Bar->foo();
}
1;