10 lines
116 B
Perl
Executable file
10 lines
116 B
Perl
Executable file
#!/usr/bin/env perl
|
|
|
|
use strict;
|
|
use lib './lib';
|
|
|
|
use Dist;
|
|
|
|
my $module = "Moose";
|
|
|
|
print Dist::get_author $module
|