App-Changelord/lib/App/Changeman.pm

14 lines
111 B
Perl
Raw Normal View History

2022-07-12 16:26:03 +00:00
package App::Changeman;
# ABSTRACT:
=head1 SYNOPSIS
=head1 DESCRIPTION
=cut
use strict;
use warnings;
1;