diff options
Diffstat (limited to 'devel/p5-FileHandle-Unget/pkg-descr')
-rw-r--r-- | devel/p5-FileHandle-Unget/pkg-descr | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/devel/p5-FileHandle-Unget/pkg-descr b/devel/p5-FileHandle-Unget/pkg-descr index 347449e57784..01c73d2c0122 100644 --- a/devel/p5-FileHandle-Unget/pkg-descr +++ b/devel/p5-FileHandle-Unget/pkg-descr @@ -2,5 +2,3 @@ FileHandle::Unget is a drop-in replacement for FileHandle which allows more than one byte to be placed back on the input. It supports an ungetc(ORD) which can be called more than once in a row, and an ungets(SCALAR) which places a string of bytes back on the input. - -WWW: https://github.com/coppit/filehandle-unget |