CPAN-SQLite
view release on metacpan or search on metacpan
0.220 October 29, 2022
- Fixed a test failure (RT#140735)
0.219 May 30, 2020
- More FP protections
0.218 May 27, 2020
- Make Test::Memory::Cycle test optional
- Modified the dot-cpan directory for t/0[234]*
- Added a FP protection again one particular crappy cpan tester
0.217 Jan 29, 2019
- Updated HTTP::Tiny prerequisite to make it working with proxy auth
- Removed search limits (RT#128387)
0.216 Jan 24, 2019
- Fixed test problems in Perl 5.8
0.215 Jan 23, 2019
- Weaken some references to avoid memory leaks
0.214 Jan 4, 2019
- Removed 03modlist-related code as that file is not updated anymore
- Made sure tests pass when CPAN_SQLITE_DOWNLOAD variable is set
0.213 Jan 3, 2019
- Added ability to download precompiled database to save even more memory/CPU
0.212 Aug 3, 2018
- Fixed a long-standing bug with missing CPAN::Shell on some systems
0.211 Jul 14, 2015
- Fixed t/06retrieve.t by using predefined CPAN urllist
0.210 Jul 11, 2015
- Moved from LWP::Simple to HTTP::Tiny
0.209 Jul 8, 2015
- Removed some additional tests that don't work well on 5.6.2
- Better handling of parallel testing
0.208 Jul 5, 2015
- Got rid of [AssertOS]
0.207 Jul 4, 2015
- Detect HARNESS_OPTIONS and bail out
- Back to Dist::Zilla
0.206 Jun 29, 2015
- No more Module::Build
- Fixed test failures on Windows
- Typo fixed
RT#86588: https://rt.cpan.org/Public/Bug/Display.html?id=86588
(reported by David Steinbrunner)
0.205 Nov 22, 2014
- Fixed test failures
0.204 Aug 04, 2014
- Fixed problem with locked database in DBD::SQLite 1.38_01 and higher
RT#90635: https://rt.cpan.org/Ticket/Display.html?id=90635
(reported by Alexandr Ciornii)
0.203 Jun 29, 2013
- Automatically cleanup log files older than 30 days. Use
CPAN_SQLITE_LOG_FILES_CLEANUP environment variable to override.
RT#76943: https://rt.cpan.org/Ticket/Update.html?id=76943
(reported by Nigel Horne)
See also RT#36411
- Fixed POD
RT#83818 :https://rt.cpan.org/Ticket/Display.html?id=83818
(reported by Alceu Rodrigues de Freitas Junior)
- Added additional checks to make sure cpandb.sql is correctly populated
RT#64628: https://rt.cpan.org/Ticket/Display.html?id=64628
RT#71323: https://rt.cpan.org/Ticket/Display.html?id=71323
RT#76197: https://rt.cpan.org/Ticket/Display.html?id=76197
(reported by Slaven Rezic, Alexandr Ciornii, Randy Stauner)
- Tests updated
- "base" replaced with "parent"
- Minor tweaks
0.202 Jun 25, 2011
- Fixed test configuration which caused problems on Cygwin
- Added CPAN root directory creation in case it's missing
0.201 Jun 16, 2011
- Fixed problem with 3-argument open with '>&' on 5.6.2
- Updated repository link
0.200 Jun 11, 2011
- SQLite REGEXP is used instead of custom function to prevent "Use of
uninitialized value $x in pattern match" warning in modern Perl versions
RT#67442: https://rt.cpan.org/Ticket/Display.html?id=67442
(reported by Mike Doherty)
- "warn"s are replaced with $CPAN::FrontEnd calls
RT#59691: https://rt.cpan.org/Ticket/Display.html?id=59691
(reported by Randy J. Ray)
0.199 Dec 29, 2009
- require CPAN::DistnameInfo 0.09, which normalizes dist() for CGI.pm
(reported by Pete Armstrong)
0.198 Sep 19, 2009
- CPAN::SQLite::DBI::Index had an extra right parenthesis
(reported by Alexey Borzenkov)
- CPAN::SQLite::META braces bug in oneliner; see
http://rt.cpan.org/Ticket/Display.html?id=47353
- add Compress:Zib dependency; see
http://rt.cpan.org/Ticket/Display.html?id=45783
- better error reporting in cases where index files aren't fetched; see
http://rt.cpan.org/Ticket/Display.html?id=47322
0.197 Feb 16, 2009
- add LWP::Simple to prerequisites of Build.PL, to help CPAN testers:
http://www.cpantesters.org/show/CPAN-SQLite.html#CPAN-SQLite-0.196
0.196 June 6, 2008
- turn off creation of log files during indexing procedures
via setting $ENV{CPAN_SQLITE_NO_LOG_FILES}, as suggested
by DAGOLDEN:
( run in 0.578 second using v1.01-cache-2.11-cpan-39bf76dae61 )