Skip to content

Commit

Permalink
Put back MBTiny with #!perl
Browse files Browse the repository at this point in the history
  • Loading branch information
miyagawa committed Apr 24, 2013
1 parent 4f8fb53 commit b4b8caa
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 80 deletions.
3 changes: 3 additions & 0 deletions Build.PL
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
use 5.008001;
use Module::Build::Tiny 0.017;
Build_PL();
2 changes: 1 addition & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"prereqs" : {
"configure" : {
"requires" : {
"ExtUtils::MakeMaker" : "6.30"
"Module::Build::Tiny" : "0.017"
}
},
"develop" : {
Expand Down
77 changes: 0 additions & 77 deletions Makefile.PL

This file was deleted.

1 change: 0 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[@Milla]
installer = MakeMaker

2 changes: 1 addition & 1 deletion script/starman
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#!perl
use strict;
use Plack::Runner;

Expand Down

0 comments on commit b4b8caa

Please sign in to comment.