diff options
author | Reini Urban <rurban@x-ray.at> | 2012-01-23 12:10:05 -0600 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-01-23 18:14:41 -0800 |
commit | 675dc5e1a2e4e6d093c418574ed9eda79796088e (patch) | |
tree | c74e2bf8fe9f919f3f9c9a1eab2a34b94e68abfb /ext/B/B.pm | |
parent | 9e1c556683b2bf04685b75340e523e781a2342ec (diff) | |
download | perl-675dc5e1a2e4e6d093c418574ed9eda79796088e.tar.gz |
B.pm POD: revise 44f7f2d5b1 on IoFLAGS
IoFLAGS are not defined in perliol.h
Diffstat (limited to 'ext/B/B.pm')
-rw-r--r-- | ext/B/B.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/B/B.pm b/ext/B/B.pm index 187089b480..2fe45957df 100644 --- a/ext/B/B.pm +++ b/ext/B/B.pm @@ -945,8 +945,6 @@ A character symbolizing the type of IO Handle. =item IoFLAGS -See F<perliol.h>. - =item IsSTD Takes one argument ( 'stdin' | 'stdout' | 'stderr' ) and returns true |