File: Test.pm

package info (click to toggle)
libbot-training-perl 0.07-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 144 kB
  • sloc: perl: 176; makefile: 11
file content (8 lines) | stat: -rw-r--r-- 122 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
package Bot::Training::Test;

use 5.010;
use Moose;

extends 'Bot::Training::Plugin';

__PACKAGE__->meta->make_immutable;