Time-Activated

 view release on metacpan or  search on metacpan

lib/Time/Activated.pm  view on Meta::CPAN


=head2 execute_logic

Exists for the sole reason of verbosity.
Accepts a single parameters that must be a subroutine or anonymous code block.

	execute_logic { print "This is a verbose way of saying that this will be executed!" };

=cut

sub execute_logic(&) {
	my ($code) = @_;
    return $code;
}

=head2 PRIVATES

=head3 _spawn_dt

C<_spawn_dt> is a private function defined in hopes that additional date formats can be used to define points in time.



( run in 1.114 second using v1.01-cache-2.11-cpan-49f99fa48dc )