freebsd-ports/databases/p5-Test-Database/pkg-plist
Martin Wilke c75460073c There's plenty of modules which need a database, and they all have
to be configured differently and they're always a PITA when you first
install and each and every time they upgrade.

Test::Database provides a simple way for test authors to request
a test database, without worrying about environment variables or the
test host configuration.

WWW: http://search.cpan.org/dist/Test-Database/

PR:		ports/133273
Submitted by:	Wen Heping <wenheping at gmail.com>
2009-04-02 18:26:51 +00:00

14 lines
591 B
Text

%%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Database/.packlist
%%SITE_PERL%%/Test/Database.pm
%%SITE_PERL%%/Test/Database/Driver.pm
%%SITE_PERL%%/Test/Database/Handle.pm
%%SITE_PERL%%/Test/Database/Driver/CSV.pm
%%SITE_PERL%%/Test/Database/Driver/DBM.pm
%%SITE_PERL%%/Test/Database/Driver/SQLite2.pm
%%SITE_PERL%%/Test/Database/Driver/mysql.pm
%%SITE_PERL%%/Test/Database/Driver/SQLite.pm
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test/Database
@dirrm %%SITE_PERL%%/Test/Database/Driver
@dirrm %%SITE_PERL%%/Test/Database
@dirrmtry %%SITE_PERL%%/Test
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Test