#!/usr/bin/env perl # PODNAME: changelord # ABSTRACT: cli tool for App::Changelord use App::Changelord; App::Changelord->new_with_options()->run;