File: Foo.pm

package info (click to toggle)
libbot-basicbot-pluggable-perl 1.20-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 528 kB
  • sloc: perl: 3,141; 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;