diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-04-02 18:26:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-04-02 18:26:51 +0000 |
commit | c75460073cf7a986e3c56538ac57712c458948a5 (patch) | |
tree | bea64416b7e3996797d85a8fbc2a194ca84a017a /databases/p5-Test-Database/pkg-plist | |
parent | 9de088104296724367c2f7dff72615474672d653 (diff) | |
download | ports-c75460073cf7a986e3c56538ac57712c458948a5.tar.gz ports-c75460073cf7a986e3c56538ac57712c458948a5.zip |
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>
Notes
Notes:
svn path=/head/; revision=231493
Diffstat (limited to 'databases/p5-Test-Database/pkg-plist')
-rw-r--r-- | databases/p5-Test-Database/pkg-plist | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/databases/p5-Test-Database/pkg-plist b/databases/p5-Test-Database/pkg-plist new file mode 100644 index 000000000000..30c29baa201f --- /dev/null +++ b/databases/p5-Test-Database/pkg-plist @@ -0,0 +1,14 @@ +%%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 |