convert to my pluginbundle, with extra git automation
Karen Etheridge [Wed, 20 Nov 2013 22:09:40 +0000 (14:09 -0800)]
.gitignore
Changes
dist.ini
lib/MooseX/Types/Structured.pm
weaver.ini [new file with mode: 0644]

index c7d6203..1fbddb9 100644 (file)
@@ -1,16 +1,4 @@
-.*
+/.build/
 !.gitignore
-Makefile*
-!Makefile.PL
-META.yml
-blib
-build
-inc
-pm_to_blib
-MANIFEST*
-!MANIFEST.SKIP
-Debian*
-README
-MooseX-Types-Structured-*
-*.bs
+/MooseX-Types-Structured-*
 git-daemon-export-ok
diff --git a/Changes b/Changes
index 9b6233e..2d09f82 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,5 +1,6 @@
-Revision history for MooseX-Types-Structured
+Revision history for {{$dist->name}}
 
+{{$NEXT}}
         - fixed use of an interface that was deprecated in Moose-2.1100
           (ether)
 
index 3d6df27..5b4c181 100644 (file)
--- a/dist.ini
+++ b/dist.ini
@@ -1,5 +1,4 @@
 name    = MooseX-Types-Structured
-version = 0.28
 author  = John Napiorkowski <jjnapiork@cpan.org>
 author  = Florian Ragwitz <rafl@debian.org>
 author  = יובל קוג'מן (Yuval Kogman) <nothingmuch@woobling.org>
@@ -7,21 +6,21 @@ author  = Tomas Doran <bobtfish@bobtfish.net>
 author  = Robert Sedlacek <rs@474.at>
 license = Perl_5
 copyright_holder = John Napiorkowski
+copyright_year = 2008
 
-[@FLORA]
-dist          = MooseX-Types-Structured
-authority     = cpan:JJNAPIORK
-repository_at = gitmo
+[@Author::ETHER]
+Authority.authority = cpan:JJNAPIORK
+server = gitmo
 
 [Prereqs]
 Moose = 1.08
-MooseX::Types = 0.22
-Devel::PartialDump = 0.13
-Sub::Exporter = 0.982
 
-[Prereqs / BuildRequires]
+[Prereqs / TestRequires]
 Test::More = 0.94
-Test::Fatal = 0
+
+; authordep Pod::Weaver::Section::Contributors
+
+[ContributorsFromGit]
 
 [MetaResources]
 x_IRC = irc://irc.perl.org/#moose
index 94dde0d..782489c 100644 (file)
@@ -10,7 +10,7 @@ use MooseX::Types::Structured::OverflowHandler;
 use MooseX::Types::Structured::MessageStack;
 use MooseX::Types 0.22 -declare => [qw(Dict Map Tuple Optional)];
 use Sub::Exporter 0.982 -setup => [ qw(Dict Map Tuple Optional slurpy) ];
-use Devel::PartialDump 0.10;
+use Devel::PartialDump 0.13;
 use Scalar::Util qw(blessed);
 
 =head1 SYNOPSIS
diff --git a/weaver.ini b/weaver.ini
new file mode 100644 (file)
index 0000000..7592644
--- /dev/null
@@ -0,0 +1,10 @@
+[@Default]
+
+[-Transformer]
+transformer = List
+
+[-StopWords]
+
+[-Encoding]
+
+[Contributors]