File: Tree.pm

package info (click to toggle)
libsub-wrappackages-perl 1.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 168 kB
  • ctags: 24
  • sloc: perl: 247; makefile: 2
file content (8 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
package Banana::Tree;

use Test::More;

sub foo {
    ok(1, "imported sub in Foo::* works");
}
1