Name: | perl-Data-Binary |
---|---|
Version: | 0.01 |
Release: | 1.el8 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 4338 |
License: | Artistic 2.0 |
RPM: | perl-Data-Binary-0.01-1.el8.noarch.rpm |
Source RPM: | perl-Data-Binary-0.01-1.el8.src.rpm |
Build Date: | Fri Nov 01 2019 |
Build Host: | jenkins-10-147-72-125-b4e9fa10-6706-4ab7-a61e-ddbed2bd373b.appad1iad.osdevelopmeniad.oraclevcn.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/Data-Binary |
Summary: | Simple detection of binary versus text in strings |
Description: | This simple module provides string equivalents to the -T / -B operators. Since these only work on file names and file handles, this module provides the same functions but on strings. Note that the actual implementation is currently different, basically because the -T / -B functions are in C/XS, and this module is written in pure Perl. For now, anyway. |