Files
martnet-ddns/DDNS.pm
2016-02-22 04:41:31 -05:00

9 lines
77 B
Perl

package Martnet::DDNS;
use strict;
use warnings;
our $VERSION = '0.1';
1;