File: Foo.pm

package info (click to toggle)
libbot-basicbot-pluggable-perl 1.00-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 564 kB
  • ctags: 273
  • sloc: perl: 3,049; makefile: 17
file content (3 lines) | stat: -rw-r--r-- 97 bytes parent folder | download | duplicates (5)
1
2
3
package Bot::BasicBot::Pluggable::Module::Foo;
use base qw(Bot::BasicBot::Pluggable::Module);
1;