File-ChangeNotify-0.22.tar.gz
Homepage: | - |
Package version: | - |
Architecture: | - |
Distribution: | FreeBSD distfiles |
Filename: | File-ChangeNotify-0.22.tar.gz |
/File-ChangeNotify-0.22/README
This archive contains the distribution File-ChangeNotify,
version 0.22:
Watch for changes to files, cross-platform style
This software is Copyright (c) 2012 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0 (GPL Compatible)
/File-ChangeNotify-0.22/t/release-cpan-changes.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all => 'these tests are for release candidate testing');
}
}
use Test::More;
eval 'use Test::CPAN::Changes';
plan skip_all => 'Test::CPAN::Changes required for this test' if $@;
changes_ok();
done_testing();
/File-ChangeNotify-0.22/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 });
/File-ChangeNotify-0.22/t/release-pod-coverage.t
#!/usr/bin/perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::
more»
/File-ChangeNotify-0.22/t/release-pod-no404s.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/File-ChangeNotify-0.22/t/release-pod-spell.t
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all =>
more»
/File-ChangeNotify-0.22/t/release-pod-syntax.t
#!perl
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip
more»
/File-ChangeNotify-0.22/t/release-try-load.t
BEGIN {
unless ($ENV{RELEASE_TESTING}) {
require Test::More;
Test::More::plan(skip_all =>
more»
Browse inside File-ChangeNotify-0.22.tar.gz
Download File-ChangeNotify-0.22.tar.gz