depend on Dancer version with fixed YAML::XS support

This commit is contained in:
Oliver Gorwits
2014-10-19 13:33:50 +01:00
parent d2dbaf416b
commit 8d51e69563
12 changed files with 25 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ use Fcntl qw/:flock :seek/;
use vars qw{$VERSION @ISA $ISCORE};
BEGIN {
$VERSION = '1.12';
$VERSION = '1.06';
@ISA = 'Module::Install::Base';
$ISCORE = 1;
}
@@ -133,7 +133,7 @@ sub makemaker_args {
return $args;
}
# For mm args that take multiple space-separated args,
# For mm args that take multiple space-seperated args,
# append an argument to the current list.
sub makemaker_append {
my $self = shift;