9 lines
77 B
Perl
9 lines
77 B
Perl
package Martnet::DDNS;
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
our $VERSION = '0.1';
|
|
|
|
1;
|