diff options
author | Reini Urban <rurban@x-ray.at> | 2009-08-27 10:19:26 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-08-27 10:19:26 +0200 |
commit | 4b661dd31d50da0c0f2e6e65b6d30baa95754433 (patch) | |
tree | 18c71af2a27b7c158afb9a8773889ecedb0fcb66 /ext/B | |
parent | 668b6d8dc2c481045b335f0fb7fe2ccf9cc6e594 (diff) | |
download | perl-4b661dd31d50da0c0f2e6e65b6d30baa95754433.tar.gz |
B - The Perl Compiler (wrong name)
The Perl Compilers are for some time in B::C and not B. B is only the
backend.
Diffstat (limited to 'ext/B')
-rw-r--r-- | ext/B/B.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 52ae05e326..d9428ec7ad 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -323,7 +323,7 @@ __END__ =head1 NAME -B - The Perl Compiler +B - The Perl Compiler Backend =head1 SYNOPSIS |