Moose-2.0602.tar.gz
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | FreeBSD distfiles |
Filename: | Moose-2.0602.tar.gz |
/Moose-2.0602/README
This archive contains the distribution Moose,
version 2.0602:
A postmodern object system for Perl 5
This software is copyright (c) 2012 by Infinity Interactive, Inc..
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
/Moose-2.0602/lib/Moose/Manual/FAQ.pod
package Moose::Manual::FAQ;
# ABSTRACT: Frequently asked questions about Moose
=pod
=head1 NAME
Moose::Manual::FAQ - Frequently asked questions about Moose
=head1 VERSION
version 2.0602
=head1 FREQUENTLY ASKED QUESTIONS
=head2 Module Stability
=head3 Is Moose "production ready"?
Yes! Many sites with household names are using Moose to build
high-traffic services. Countless others are us
more»
/Moose-2.0602/t/release-eol.t
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use strict;
use warnings;
use Test::More;
eval 'use Test::EOL';
plan skip_all => 'Test::EOL required' if $@;
all_perl_files_ok({ trailing_whitespace => 1 });
/Moose-2.0602/t/release-no-tabs.t
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all =>
more»
/Moose-2.0602/t/release-pod-coverage.t
#!/usr/bin/perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::
more»
/Moose-2.0602/t/release-pod-spell.t
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all =>
more»
/Moose-2.0602/t/release-pod-syntax.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/Moose-2.0602/Changes
Also see Moose::Manual::Delta for more details of, and workarounds
for, noteworthy changes.
2.0602
more»
Browse inside Moose-2.0602.tar.gz
Download Moose-2.0602.tar.gz