projects
/
sdlgit/SDL_perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
c407c57
)
Put minimum for YAML dep
Kartik Thakore [Mon, 17 Aug 2009 01:08:22 +0000 (21:08 -0400)]
Build.PL
patch
|
blob
|
blame
|
history
diff --git
a/Build.PL
b/Build.PL
index
74773c8
..
dd7e7c0
100644
(file)
--- a/
Build.PL
+++ b/
Build.PL
@@
-124,7
+124,7
@@
my $build = SDL::Build->new(
{
'Test::Simple' => '0.47',
'Module::Build' => '0.22',
- 'YAML' => '1.07'
+ 'YAML' => '0.68'
},
build_recommends =>
{