initial commit
This commit is contained in:
commit
a3af8cd161
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
||||
/App-Changeman*
|
||||
.build
|
5
Changes
Normal file
5
Changes
Normal file
@ -0,0 +1,5 @@
|
||||
Revision history for App-Changeman
|
||||
|
||||
{{$NEXT}}
|
||||
|
||||
- First version, unleashed on an unsuspecting world.
|
7
MANIFEST.SKIP
Normal file
7
MANIFEST.SKIP
Normal file
@ -0,0 +1,7 @@
|
||||
^dist.ini
|
||||
^MANIFEST.SKIP
|
||||
App-Changeman.*
|
||||
^\.gitignore
|
||||
^\.git
|
||||
^\.build
|
||||
|
7
dist.ini
Normal file
7
dist.ini
Normal 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
13
lib/App/Changeman.pm
Normal file
@ -0,0 +1,13 @@
|
||||
package App::Changeman;
|
||||
# ABSTRACT:
|
||||
|
||||
=head1 SYNOPSIS
|
||||
|
||||
=head1 DESCRIPTION
|
||||
|
||||
=cut
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
|
||||
1;
|
Loading…
Reference in New Issue
Block a user