6 lines
85 B
Perl
Executable File
6 lines
85 B
Perl
Executable File
#!/usr/bin/env perl
|
|
|
|
use App::Changelord;
|
|
|
|
App::Changelord->new_with_options()->run;
|