File: Bar.pm

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

use Moo;
use CLI::Osprey;

$OnDemand::Bar::loaded = 1;

sub run { }

1;