This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats/doc/test.pl

7 lines
136 B
Perl

sub pkg_load {
print "hello world\n";
}
NeoStats::register( "Test Script 1", "1.0",
"Test Script 1 description" );