File: Hotline.pm

package info (click to toggle)
net-hotline 0.78-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 356 kB
  • ctags: 351
  • sloc: perl: 4,265; makefile: 33
file content (10 lines) | stat: -rw-r--r-- 260 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
package Net::Hotline;

# Provides the version number for the whole set of Net::Hotline:: libs.
# Currently, this includes only the Net::Hotline::Client
$VERSION = '0.78';

# The client module is loaded when you "use Net::Hotline"
use Net::Hotline::Client;

1;