summaryrefslogtreecommitdiff
path: root/cpan/Module-Build/lib/Module/Build/YAML.pm
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Module-Build/lib/Module/Build/YAML.pm')
-rw-r--r--cpan/Module-Build/lib/Module/Build/YAML.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Module-Build/lib/Module/Build/YAML.pm b/cpan/Module-Build/lib/Module/Build/YAML.pm
index 2da91f2256..af06f35f80 100644
--- a/cpan/Module-Build/lib/Module/Build/YAML.pm
+++ b/cpan/Module-Build/lib/Module/Build/YAML.pm
@@ -15,7 +15,7 @@ BEGIN {
# Class structure
require 5.004;
-
+
$Module::Build::YAML::VERSION = '1.40';
# Error storage
@@ -561,7 +561,7 @@ sub LoadFile {
if ( wantarray ) {
return @$self;
} else {
- # Return only the last document to match YAML.pm,
+ # Return only the last document to match YAML.pm,
return $self->[-1];
}
}