summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-CBuilder
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 07:14:30 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-25 14:31:39 +0200
commita9b2c8ff33688a42cf05f96fca462dd8d87b095b (patch)
tree08b6d0c94e4f1bad9c51d884795b86c30f2c32f6 /dist/ExtUtils-CBuilder
parent436d4ccf07e80c4a22906453671fd276a535c29a (diff)
downloadperl-a9b2c8ff33688a42cf05f96fca462dd8d87b095b.tar.gz
typo fix for ExtUtils::CBuilder
Bump $VERSION.
Diffstat (limited to 'dist/ExtUtils-CBuilder')
-rw-r--r--dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
index d7876f586d..205a260a3c 100644
--- a/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
+++ b/dist/ExtUtils-CBuilder/lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm
@@ -1,7 +1,7 @@
package ExtUtils::CBuilder::Platform::Windows::BCC;
use vars qw($VERSION);
-$VERSION = '0.280209';
+$VERSION = '0.280210';
sub format_compiler_cmd {
my ($self, %spec) = @_;
@@ -42,7 +42,7 @@ sub write_compiler_script {
# XXX Borland "response files" seem to be unable to accept macro
# definitions containing quoted strings. Escaping strings with
# backslash doesn't work, and any level of quotes are stripped. The
- # result is is a floating point number in the source file where a
+ # result is a floating point number in the source file where a
# string is expected. So we leave the macros on the command line.
print $SCRIPT join( "\n",
map { ref $_ ? @{$_} : $_ }