Data::Hive::PathPacker::Strict - a simple, strict path packer


Data-Hive documentation  | view source Contained in the Data-Hive distribution.

Index


NAME

Top

Data::Hive::PathPacker::Strict - a simple, strict path packer

VERSION

Top

version 1.008

DESCRIPTION

Top

The Strict path packer is the simplest useful implementation of Data::Hive::PathPacker. It joins path parts together with a fixed string and splits them apart on the same string. If the fixed string occurs any path part, an exception is thrown.

METHODS

Top

new

  my $packer = Data::Hive::PathPacker::Strict->new( \%arg );

The only valid argument is separator, which is the string used to join path parts. It defaults to a single period.

AUTHORS

Top

COPYRIGHT AND LICENSE

Top


Data-Hive documentation  | view source Contained in the Data-Hive distribution.