initial commit of skeleton
This commit is contained in:
8
DDNS.pm
Normal file
8
DDNS.pm
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
package Martnet::DDNS;
|
||||||
|
|
||||||
|
use strict;
|
||||||
|
use warnings;
|
||||||
|
|
||||||
|
our $VERSION = '0.1';
|
||||||
|
|
||||||
|
1;
|
||||||
8
Makefile.PL
Normal file
8
Makefile.PL
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
use ExtUtils::MakeMaker;
|
||||||
|
|
||||||
|
WriteMakefile(
|
||||||
|
'NAME' => 'Martnet::DDNS',
|
||||||
|
'VERSION_FROM' => 'DDNS.pm',
|
||||||
|
'PREREQ_PM' => { Net::DNS => 0.8 },
|
||||||
|
'AUTHOR' => 'Jorj Bauer <jorj@jorj.org>',
|
||||||
|
);
|
||||||
Reference in New Issue
Block a user