App-lcpan
view release on metacpan or search on metacpan
0.31 2015-04-28 Released-By: PERLANCAR
- [Bugfix] Don't update dist by name because name is not unique,
update by id instead.
0.30 2015-04-26 Released-By: PERLANCAR
- This version will require full reindex.
- [Bugfix] When indexing, used wrong dist_id (from last_insert_id())
when record already exists.
- [Bugfix] deps, rdeps: Result ordering fixes.
0.29 2015-04-24 Released-By: PERLANCAR
- [Bugfix] Fix missing dependencies/reverse dependencies information
when a depended module is updated, this is because we used INSERT OR
REPLACE {dist,module} which changes module/dist IDs. We should've used
INSERT or UPDATE. From this new version on we record the module
version which did the reindexing. We are doing a full reindex when
indexer <= 0.28.
0.28 2015-04-24 Released-By: PERLANCAR
- No functional changes.
- Avoid perl undef warning.
0.27 2015-04-23 Released-By: PERLANCAR
- [subcommand rdeps] Implement recursive (-l/-R).
- [subcommand deps] Ordering when in -l/-R mode.
- [subcommand deps] Optimize query (avoid retrieving module ID's twice
when in recursive mode).
- [Bugfix] [subcommand deps] Forget to clone data causing deps --phase &
--level defaults being reset to 'ALL'.
0.26 2015-04-22 Released-By: PERLANCAR
- Add phase & rel arguments to rdeps & authorrdeps.
- Add test: xt/author/sql_schema_versioned.t.
0.25 2015-04-22 Released-By: PERLANCAR
- [Bugfix] Fix SQL error when creating schema.
0.24 2015-04-21 Released-By: PERLANCAR
- [subcommand deps] Accept multiple modules, speed up query.
0.23 2015-04-16 Released-By: PERLANCAR
- Add subcommand: dists-by-dep-count.
- Add subcommand: authors-by-rdep-count.
- Remove unnecessary (and unhelpful) package metadata in command
modules, module abstract will be retrieved from handle_cmd's
metadata anyway.
- [subcommand mods-by-rdep-count] Add filter options --phase & --rel.
0.22 2015-04-15 Released-By: PERLANCAR
- [subcommand rdeps] Accept multiple modules.
- New subcommand: authorrdeps. If you are a CPAN author, this subcommand
makes it easy to list all distributions that use one of your modules.
To filter only distributions created by others, just pass
--user-author-isnt YOURCPANID.
- New subcommand: mods-by-rdep-count.
0.21 2015-04-15 Released-By: PERLANCAR
- [Removed feature] Remove separate 'update-files' and 'update-index'
subcommands, to simplify configuration. Merge options to 'update'
subcommand.
- Add filter options --include-author, --exclude-author.
0.20 2015-04-15 Released-By: PERLANCAR
- Bump database schema version to v5 (add column is_latest to dist table
to ease queries).
- Allow --nolatest in addition to --latest.
- Add --latest filter option to 'modules' and 'mods-from-same-dist'
subcommands.
0.19 2015-04-15 Released-By: PERLANCAR
- Replace Module::CoreList->is_core with
Module::CoreList::More->is_still_core.
0.18 2015-04-15 Released-By: PERLANCAR
- [subcommand mods-from-same-dist] Accept multiple modules.
( run in 1.545 second using v1.01-cache-2.11-cpan-39bf76dae61 )