Search Criteria
Package Details: perl-orlite 1.98-2
Git Clone URL: | https://aur.archlinux.org/perl-orlite.git (read-only, click to copy) |
---|---|
Package Base: | perl-orlite |
Description: | ORLite - Extremely light weight SQLite-specific ORM |
Upstream URL: | http://search.cpan.org/dist/ORLite |
Licenses: | |
Submitter: | None |
Maintainer: | dracorp |
Last Packager: | dracorp |
Votes: | 19 |
Popularity: | 0.000000 |
First Submitted: | 2009-10-09 00:16 |
Last Updated: | 2015-06-14 13:01 |
Latest Comments
bickman2k commented on 2019-07-13 20:02
This can be built if you download the source, extract it, and in the t folder, open the 10_cleanup.t and 11_cleanup.t. On line 32 of each file, change
cleanup => 'VACUUM ANALYZE',
to
cleanup => 'VACUUM; ANALYZE',
Once that is changed, you can run makepkg -e to make sure that it uses your changes to build the package.