Your IP : 216.73.216.74


Current Path : /usr/share/doc/perl-Inline/example/modules/Boo-2.01/lib/
Upload File :
Current File : //usr/share/doc/perl-Inline/example/modules/Boo-2.01/lib/Boo.pm

package
Boo;

$Boo::VERSION = '2.01';

sub boo {
  return "Hello from Boo";
}

1;