prev <<
App::TimeTracker, Metaprogramming & Method Modifiers
>> next
Storage
my $task = App::TimeTracker::Data::Task->new( ... ); $task->
store
(
$path_to_file
);
.. and the current object will be stringified as a JSON file.
but there's one small problem: