Changes for perl module Data::File::Map
0.05 2014-10-15 09:26:15
- Added type coercion to for moose attributes of type Data::File::Map. Will
coerce Str to a Data::File::Map instance using new_from_file constructor
using the string value as the file path
- passing a value of 1 to the "fields" method returns Date::File::Map::Field
objects instead of array references
0.02.1
Fixed bug in "read_file" method
0.02.0
Added "read_file" method
0.01.0
Initial release