Junction-Quotelike
view release on metacpan or search on metacpan
Revision history for Junction-Quotelike
0.01 Sun Feb 14 16:02:28 CET 2010 @668 /Internet Time/
First version, released on an unsuspecting world.
lib/Junction/Quotelike.pm view on Meta::CPAN
use Carp qw/croak/;
use PerlX::QuoteOperator qw//;
use Perl6::Junction qw/all any none one/;
=head1 VERSION
This document describes version 0.01 of Junction::Quotelike,
released Sun Feb 14 16:20:27 CET 2010 @680 /Internet Time/
=cut
our $VERSION = 0.01;
=head1 SYNOPSIS
use Junction::Quotelike qw/qany/;
my $x = 'foo';
lib/Junction/Quotelike.pm view on Meta::CPAN
Copyright (c) 2010 blackhat.blade, dropfknuck.net
This module is free software. It may be used, redistributed
and/or modified under the terms of the Artistic license.
=cut
1;
__END__
0.01 Sun Feb 14 16:20:22 CET 2010 @680 /Internet Time/
initial release.
( run in 0.713 second using v1.01-cache-2.11-cpan-49f99fa48dc )