initial commit

releases
Yanick Champoux 2022-07-12 12:26:03 -04:00
commit a3af8cd161
5 changed files with 34 additions and 0 deletions

2
.gitignore vendored Normal file
View File

@ -0,0 +1,2 @@
/App-Changeman*
.build

5
Changes Normal file
View File

@ -0,0 +1,5 @@
Revision history for App-Changeman
{{$NEXT}}
- First version, unleashed on an unsuspecting world.

7
MANIFEST.SKIP Normal file
View File

@ -0,0 +1,7 @@
^dist.ini
^MANIFEST.SKIP
App-Changeman.*
^\.gitignore
^\.git
^\.build

7
dist.ini Normal file
View File

@ -0,0 +1,7 @@
name = App-Changeman
author = Yanick Champoux <yanick@babyl.dyndns.org>
license = Perl_5
copyright_holder = Yanick Champoux
copyright_year = 2022
[@YANICK]

13
lib/App/Changeman.pm Normal file
View File

@ -0,0 +1,13 @@
package App::Changeman;
# ABSTRACT:
=head1 SYNOPSIS
=head1 DESCRIPTION
=cut
use strict;
use warnings;
1;