Separated the logic within parse_datetime() to _process()
and according internal subroutines.Commented the majority of functions within Base.pm.
Introduced List::MoreUtils' any() & none() functions;
deprecated use of 'no warnings' statement which need
arose by accessing indexes of @{$self->{tokens}} where
no members were present.Created TODO file with pending items.