#!/usr/bin/env perl
# PODNAME: changelord
# ABSTRACT: cli tool for App::Changelord

use App::Changelord;

App::Changelord->new_with_options()->run;

__END__

=pod

=encoding UTF-8

=head1 NAME

changelord - cli tool for App::Changelord

=head1 VERSION

version 0.0.2

=head1 AUTHOR

Yanick Champoux <yanick@babyl.ca>

=head1 COPYRIGHT AND LICENSE

This software is copyright (c) 2022 by Yanick Champoux.

This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.

=cut
