This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ad9281
)
Fix VERSION in lib/Module/Build/YAML.pm (resubmitted)
author
Jerry D. Hedden
<jdhedden@cpan.org>
Thu, 8 Nov 2007 09:35:46 +0000
(
04:35
-0500)
committer
Rafael Garcia-Suarez
<rgarciasuarez@gmail.com>
Tue, 20 Nov 2007 10:43:24 +0000
(10:43 +0000)
From: "Jerry D. Hedden" <jdhedden@cpan.org>
Message-ID: <1ff86f510711080635h26362cefn3ab6c528610a9871@mail.gmail.com>
p4raw-id: //depot/perl@32414
lib/Module/Build/YAML.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Module/Build/YAML.pm
b/lib/Module/Build/YAML.pm
index
4922bd5
..
2106308
100644
(file)
--- a/
lib/Module/Build/YAML.pm
+++ b/
lib/Module/Build/YAML.pm
@@
-1,9
+1,6
@@
package Module::Build::YAML;
use strict;
-use vars qw($VERSION);
-$VERSION = '0.2808_01';
-$VERSION = eval $VERSION;
use vars qw($VERSION @EXPORT @EXPORT_OK);
$VERSION = "0.50";