Navigation Menu

Skip to content

Commit

Permalink
Integrate YAML-related change from mainline
Browse files Browse the repository at this point in the history
  • Loading branch information
kenahoo committed Mar 3, 2006
1 parent f959dab commit a99aa10
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Changes
Expand Up @@ -10,6 +10,10 @@ Revision history for Perl extension Module::Build.
and no author could be determined for this distribution - this has
now been fixed.

- Merged in a YAML-related change from the 0.27_xx (beta) line that
should allow us to work with recent (greater than version 0.49)
versions of YAML. [Re-spotted by Adam Kennedy]

0.2611 Mon Jun 13 22:22:53 CDT 2005

- Fix the output of an informational message that we output when
Expand Down
1 change: 1 addition & 0 deletions lib/Module/Build/Base.pm
Expand Up @@ -2274,6 +2274,7 @@ EOM
}

require YAML;
require YAML::Node;

# We use YAML::Node to get the order nice in the YAML file.
my $node = YAML::Node->new({});
Expand Down

0 comments on commit a99aa10

Please sign in to comment.