mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
8f4334e82b
It is stupidly complicated to detect whether a given scalar is a filehandle (or something filehandle like) in Perl. This module attempts to do so, but probably falls short in some cases. The primary advantage of using this module is that it gives you somebody to blame (me) if your code can't detect a filehandle. The main use case for IO::Detect is for when you are writing functions and you want to allow the caller to pass a file as an argument without being fussy as to whether they pass a file name or a file handle. WWW: http://search.cpan.org/dist/IO-Detect/ Feature safe: yes
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
%%SITE_PERL%%/IO/Detect.pm
|
|
%%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Detect/.packlist
|
|
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO/Detect
|
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/IO
|
|
@dirrmtry %%SITE_PERL%%/IO
|