Skip to content

Commit

Permalink
convert to Milla
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Sep 6, 2013
1 parent 562957a commit 6604486
Show file tree
Hide file tree
Showing 14 changed files with 672 additions and 324 deletions.
7 changes: 7 additions & 0 deletions .gitignore
Expand Up @@ -7,3 +7,10 @@ blib
.*
!.gitignore
!.shipit
/Plack-Middleware-Debug-*
/.build
/_build_params
/Build
!Build/
!META.json
!LICENSE
2 changes: 0 additions & 2 deletions .shipit

This file was deleted.

3 changes: 3 additions & 0 deletions Build.PL
@@ -0,0 +1,3 @@
use 5.008001;
use Module::Build::Tiny 0.026;
Build_PL();
2 changes: 2 additions & 0 deletions Changes
@@ -1,5 +1,7 @@
Revision history for Perl extension Plack-Middleware-Debug

{{$NEXT}}

0.14 Sun Sep 18 12:51:49 PDT 2011
- Fixed warnings (chiselwright)

Expand Down
379 changes: 379 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

69 changes: 0 additions & 69 deletions MANIFEST

This file was deleted.

41 changes: 0 additions & 41 deletions MANIFEST.SKIP

This file was deleted.

78 changes: 78 additions & 0 deletions META.json
@@ -0,0 +1,78 @@
{
"abstract" : "display information about the current request/response",
"author" : [
"Marcel Grunauer, C<< <marcel@cpan.org> >>"
],
"dynamic_config" : 0,
"generated_by" : "Dist::Milla version v1.0.4, Dist::Zilla version 4.300037, CPAN::Meta::Converter version 2.132140",
"license" : [
"perl_5"
],
"meta-spec" : {
"url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec",
"version" : "2"
},
"name" : "Plack-Middleware-Debug",
"no_index" : {
"directory" : [
"t",
"xt",
"inc",
"share",
"eg",
"examples"
]
},
"prereqs" : {
"configure" : {
"requires" : {
"Module::Build::Tiny" : "0.026"
}
},
"develop" : {
"requires" : {
"Test::Pod" : "1.41"
}
},
"runtime" : {
"requires" : {
"Class::Method::Modifiers" : "1.05",
"Data::Dump" : "0",
"Encode" : "2.23",
"File::ShareDir" : "1.00",
"Plack" : "0",
"Text::MicroTemplate" : "0.15",
"parent" : "0",
"perl" : "5.008001"
}
},
"test" : {
"requires" : {
"Test::More" : "0.70"
}
}
},
"release_status" : "stable",
"resources" : {
"bugtracker" : {
"web" : "https://github.com/miyagawa/Plack-Middleware-Debug/issues"
},
"homepage" : "https://github.com/miyagawa/Plack-Middleware-Debug",
"repository" : {
"type" : "git",
"url" : "https://github.com/miyagawa/Plack-Middleware-Debug.git",
"web" : "https://github.com/miyagawa/Plack-Middleware-Debug"
}
},
"version" : "0.14",
"x_contributors" : [
"Chisel <chisel@chizography.net>",
"Graham Knop <haarg@haarg.org>",
"John Napiorkowski <jjn1056@yahoo.com>",
"Jonathan Swartz <swartz@pobox.com>",
"Marcel Gruenauer <hanekomu@gmail.com>",
"Tatsuhiko Miyagawa <miyagawa@gmail.com>",
"franck cuny <franck@lumberjaph.net>"
]
}

30 changes: 0 additions & 30 deletions Makefile.PL

This file was deleted.

0 comments on commit 6604486

Please sign in to comment.