| Name: | perl-Data-Binary |
|---|---|
| Version: | 0.01 |
| Release: | 14.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 4080 |
| License: | Artistic-2.0 |
| RPM: | perl-Data-Binary-0.01-14.el10_0.noarch.rpm |
| Source RPM: | perl-Data-Binary-0.01-14.el10_0.src.rpm |
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-x86_64.oracle.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. |