App-D
view release on metacpan or search on metacpan
#!/usr/bin/perl
use strict;
use warnings FATAL => 'all';
use utf8;
use open qw(:std :utf8);
use Test::More;
use Test::Differences;
use Class::Date qw(date);
use Capture::Tiny qw(capture_merged);
sub basic_usage {
my $now = date('2014-04-21 16:11:40');
no warnings 'once';
no warnings 'redefine';
( run in 0.439 second using v1.01-cache-2.11-cpan-131fc08a04b )