File: Foo.pm

package info (click to toggle)
libcli-osprey-perl 0.08-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 843; makefile: 2
file content (10 lines) | stat: -rw-r--r-- 96 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package OnDemand::Foo;

use Moo;
use CLI::Osprey;

$OnDemand::Foo::loaded = 1;

sub run { }

1;