8 lines
148 B
Perl
Executable File
8 lines
148 B
Perl
Executable File
#!/usr/bin/env perl
|
|
# PODNAME: changelord
|
|
# ABSTRACT: cli tool for App::Changelord
|
|
|
|
use App::Changelord;
|
|
|
|
App::Changelord->new_with_options()->run;
|