
Data::Range::Compare::Stream::Constants - Constants Export module

# to import all constants use Data::Range::Compare::Stream::Constants; # to import a select group of constants use Data::Range::Compare::Stream::Constants qw(RANGE_START RANGE_END RANGE_DATA);

This module defines the constants used by Data::Range::Compare::Stream
The following constants are exported by default.
RANGE_START
Defines the key that refers to the range_start raw value
RANGE_END
Defines the key that refers to the range_end raw value
RANGE_DATA
Defines the key that refers to the optional data value

Data::Range::Compare::Stream::Cookbook

Michael Shipper

As of version 0.001 the Project has been moved to Source-Forge.net
Data Range Compare https://sourceforge.net/projects/data-range-comp/

Copyright 2011 Michael Shipper. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.