Aion-Surf
view release on metacpan or search on metacpan
t/aion/surf.t view on Meta::CPAN
use common::sense; use open qw/:std :utf8/; use Test::More 0.98; sub _mkpath_ { my ($p) = @_; length($`) && !-e $`? mkdir($`, 0755) || die "mkdir $`: $!": () while $p =~ m!/!g; $p } BEGIN { use Scalar::Util qw//; use Carp qw//; $SIG{__DIE__} = sub { ...
#
# Aion::Surf - surfing by internet
#
# # VERSION
#
# 0.0.3
#
# # SYNOPSIS
#
subtest 'SYNOPSIS' => sub {
( run in 0.507 second using v1.01-cache-2.11-cpan-65fba6d93b7 )