This website works better with JavaScript.
Home
Explore
Help
Sign In
brennen
/
app-markfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
1
Activity
Browse Source
add configure_requires to Build.PL
master
v0.0.1
Brennen Bearnes
4 years ago
parent
a230b4c843
commit
0bce96a595
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
Build.PL
+ 4
- 0
Build.PL
View File
@ -6,6 +6,10 @@ my $build = Module::Build->new(
license => 'gpl',
configure_requires => {
'Module::Build' => 0,
},
requires => {
'Getopt::Long' => 0,
'POSIX' => 0,
Write
Preview
Loading…
Cancel
Save