Skip to content

Commit

Permalink
v1.0.12
Browse files Browse the repository at this point in the history
 Thanks to simbabque and http://neilb.org/2016/12/18/cpan-prc-2017.html
 - fix broken missing method detection for Perl >= 5.18  (pull #19)
 - include warning about Test::Class::Moose and done_testing in doc  (pull #20)
  • Loading branch information
chizmw committed Jun 12, 2017
1 parent f23e32d commit 8809308
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Changes
@@ -1,6 +1,8 @@
This file documents the revision history for Test::DBIx::Class::Schema.

{{$NEXT}}

1.0.12 2017-06-12 05:18:54-04:00 America/New_York
Thanks to simbabque and http://neilb.org/2016/12/18/cpan-prc-2017.html
- fix broken missing method detection for Perl >= 5.18 (pull #19)
- include warning about Test::Class::Moose and done_testing in doc (pull #20)
Expand Down
9 changes: 7 additions & 2 deletions README.mkdn
Expand Up @@ -4,7 +4,7 @@ Test::DBIx::Class::Schema - DBIx::Class schema sanity checking tests

# VERSION

version 1.0.11
version 1.0.12

# SYNOPSIS

Expand Down Expand Up @@ -103,6 +103,11 @@ If you are running aggregated tests you will need to add

to your top-level script.

If you are running under [Test::Class::Moose](https://metacpan.org/pod/Test::Class::Moose) or [Test::Class](https://metacpan.org/pod/Test::Class) you will need to
disable this behaviour manually as there is no way to detect it. To do that,
set `$ENV{TEST_AGGREGATE} = 1` before calling `run_tests` or your test suite
might blow up.

# DESCRIPTION

It's really useful to be able to test and confirm that DBIC classes have and
Expand All @@ -125,7 +130,7 @@ Test::DBIx::Class::Schema takes the copy-and-paste out of DBIC schema class test

### master

[![Build status](https://badge.buildkite.com/c8793ab59e31d982dd759cadfb66a308d5278f21cb707d8822.svg?branch=master)](https://buildkite.com/chizography/test-dbix-class-schema)
[![Build Status](https://travis-ci.org/chiselwright/test-dbix-class-schema.svg?branch=master)](https://travis-ci.org/chiselwright/test-dbix-class-schema)

# AUTHOR

Expand Down

0 comments on commit 8809308

Please sign in to comment.