
Data::Range::Compare::Stream::Iterator::File::Temp - Shared temp file interface

package MyPacakge; use strict; use warnings; use base(Data::Range::Compare::Stream::Iterator::File::Temp); 1;

This module provides a shared temp file generating interface.
All classes that extend this class gain 1 additional argument to the constructor interface.
Optional argument list extension:
tmpdir=>undef|'/some/folder'
# tmpdir is defined its value is passed to to File::Temp->new(DIR=>$self->{tmpdir});
For a full list of valid arguments see File::Temp. All arguments are passed to File::Temp->new(key=>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.