NAME

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

SYNOPSIS

# 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);

DESCRIPTION

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

SEE ALSO

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

AUTHOR

Michael Shipper

Source-Forge Project

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

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.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 20:

Unknown directive: =Exports