Skip to content
This repository has been archived by the owner on Apr 22, 2021. It is now read-only.

Commit

Permalink
Update boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Jan 23, 2017
1 parent b3033de commit 2256b05
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
8 changes: 6 additions & 2 deletions META.json
Expand Up @@ -4,7 +4,7 @@
"Mario Domgoergen C<< <mario@domgoergen.com> >>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Zilla version 5.035, CPAN::Meta::Converter version 2.150001",
"generated_by" : "Dist::Zilla version 6.008, CPAN::Meta::Converter version 2.150010",
"license" : [
"gpl_3"
],
Expand Down Expand Up @@ -35,6 +35,7 @@
"Carp" : "0",
"Config::Tiny" : "0",
"Data::Dumper" : "0",
"Exporter" : "0",
"IO::Interactive" : "0",
"IO::Pager" : "0",
"Mojo::Base" : "0",
Expand All @@ -48,6 +49,7 @@
"Mojo::UserAgent" : "0",
"Mojolicious" : "6.54",
"Net::DNS::Native" : "0.11",
"Net::FTP" : "0",
"OptArgs" : "0",
"POSIX" : "0",
"Path::Tiny" : "0",
Expand All @@ -56,6 +58,7 @@
"Text::Wrap" : "0",
"Time::Duration" : "0",
"Time::Local" : "1.2100",
"base" : "0",
"perl" : "v5.14.0",
"strict" : "0",
"warnings" : "0"
Expand Down Expand Up @@ -89,6 +92,7 @@
"x_contributors" : [
"David Sterba <dsterba@suse.com>",
"Mario Domgoergen <mdom@taz.de>"
]
],
"x_serialization_backend" : "Cpanel::JSON::XS version 3.0217"
}

9 changes: 7 additions & 2 deletions Makefile.PL
@@ -1,4 +1,4 @@
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v5.035.
# This file was automatically generated by Dist::Zilla::Plugin::MakeMaker v6.008.
use strict;
use warnings;

Expand All @@ -23,6 +23,7 @@ my %WriteMakefileArgs = (
"Carp" => 0,
"Config::Tiny" => 0,
"Data::Dumper" => 0,
"Exporter" => 0,
"IO::Interactive" => 0,
"IO::Pager" => 0,
"Mojo::Base" => 0,
Expand All @@ -36,6 +37,7 @@ my %WriteMakefileArgs = (
"Mojo::UserAgent" => 0,
"Mojolicious" => "6.54",
"Net::DNS::Native" => "0.11",
"Net::FTP" => 0,
"OptArgs" => 0,
"POSIX" => 0,
"Path::Tiny" => 0,
Expand All @@ -44,6 +46,7 @@ my %WriteMakefileArgs = (
"Text::Wrap" => 0,
"Time::Duration" => 0,
"Time::Local" => "1.2100",
"base" => 0,
"strict" => 0,
"warnings" => 0
},
Expand All @@ -67,7 +70,7 @@ my %FallbackPrereqs = (
"Carp" => 0,
"Config::Tiny" => 0,
"Data::Dumper" => 0,
"ExtUtils::MakeMaker" => 0,
"Exporter" => 0,
"FindBin" => 0,
"IO::Interactive" => 0,
"IO::Pager" => 0,
Expand All @@ -85,6 +88,7 @@ my %FallbackPrereqs = (
"Mojolicious" => "6.54",
"Mojolicious::Lite" => 0,
"Net::DNS::Native" => "0.11",
"Net::FTP" => 0,
"OptArgs" => 0,
"POSIX" => 0,
"Path::Tiny" => 0,
Expand All @@ -95,6 +99,7 @@ my %FallbackPrereqs = (
"Text::Wrap" => 0,
"Time::Duration" => 0,
"Time::Local" => "1.2100",
"base" => 0,
"strict" => 0,
"warnings" => 0
);
Expand Down

0 comments on commit 2256b05

Please sign in to comment.