summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/Deps/Simple.pm
AgeCommit message (Collapse)AuthorFilesLines
2019-11-26Dpkg: Say class instead of object when appropriateGuillem Jover1-2/+3
These were referring to the type and not the instance, which makes using the incorrect nomenclature confusing.
2019-01-15Dpkg::Deps::Simple: Fix POD signature for new constructorGuillem Jover1-1/+1
2019-01-15perl: Fix POD for Dpkg::Interface::Storable derived method implementationsGuillem Jover1-14/+24
Document inherited methods. Document the return values. Note which arguments are optional. Reorder methods by their position in the stack.
2018-07-30Dpkg::Deps: Split subpackagesGuillem Jover1-0/+659
This makes the structure easier to comprehend, and easier to read, otherwise it's difficutl to search for specific methods or functions and know immediately to what module they belong. It also makes for more structured POD.