Codebase list libmodule-faker-perl / cc5b033
v0.021 - add Dist->from_struct, for making faked dists on the fly - support multiple "styles" for packages, like "block" for "package PackageName 1.2 { ... }" - populate the "file" entry in provides by using the package name, when it's left blank in the dist source - replace use of auto_deref with Moose native traits - added the "more_metadata" property on Dists, which gets merged into the generated META file - Dist now has include_provides_in_meta, defaulting false, controlling whether "provides" are put into META files. It's false to help act more like real life, where provides is very rare. Ricardo Signes 5 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
00 Revision history for Module-Faker
11
22 {{$NEXT}}
3
4 0.021 2019-04-27 00:16:46+01:00 Europe/London
35 - add Dist->from_struct, for making faked dists on the fly
46 - support multiple "styles" for packages, like "block" for
57 "package PackageName 1.2 { ... }"