DBIO-PostgreSQL-EV
view release on metacpan or search on metacpan
maint/docker/Dockerfile.test view on Meta::CPAN
# (which include DBD::Pg) never enter cpanm's resolution path for /src.
#
# The wide dep list mirrors DBIO's transitive requirements. Listing them
# explicitly is verbose but makes the image self-contained and survives
# cpanfile changes -- new dependencies added to dbio-postgresql-ev
# are caught by the test run itself (missing-module errors are obvious),
# rather than silently breaking the image build.
RUN cpanm --notest DBIO::PostgreSQL \
&& cpanm --notest EV::Pg@0.07 \
&& cpanm --notest \
Test::More Test::Exception Test::Deep Test::FailWarnings Test::Fatal \
Test::LeakTrace Test::Memory::Cycle Test::MockObject Test::Needs \
Test::NoWarnings Test::Output Test::Requires Test::SubCalls \
Test::Warn \
Future EV AnyEvent \
SQL::Abstract SQL::Abstract::Plugin::InsertReturning \
Moo MooX::Types::MooseLike MooX::ClassAttribute \
Moose Role::Tiny \
Class::Accessor::Grouped Class::C3::Componentised Class::C3 Class::Inspector \
Class::Load Class::Load::XS Class::Method::Modifiers Class::Tiny \
Scope::Guard Guard \
( run in 2.609 seconds using v1.01-cache-2.11-cpan-54e63673c56 )