aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Data-Binary/pkg-descr
blob: 0234e87c388459b63f120869b256ca8ea606f2e9 (plain) (blame)
1
2
3
4
5
6
7
Data::Binary 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.