diff options
author | Guillem Jover <guillem@debian.org> | 2013-07-10 01:21:36 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-07-18 05:39:50 +0200 |
commit | 2622fcbb40385a14373ba9532d7628e1d1f214b1 (patch) | |
tree | 7fdb012beb24361f19b73e2d5f43cbba2b60398d /scripts/Makefile.am | |
parent | 9581f11d5efb591cd95baeae38054ab37d30df8c (diff) | |
download | dpkg-2622fcbb40385a14373ba9532d7628e1d1f214b1.tar.gz |
Dpkg::Util: Add new module
Add two trivial list utility functions, mimicking the ones from
List::MoreUtils, as that is not a core module and we want to avoid
the additional dependency.
Diffstat (limited to 'scripts/Makefile.am')
-rw-r--r-- | scripts/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Makefile.am b/scripts/Makefile.am index 0cec3540a..0a9fb7f48 100644 --- a/scripts/Makefile.am +++ b/scripts/Makefile.am @@ -102,6 +102,7 @@ nobase_dist_perllib_DATA = \ Dpkg/Source/Patch.pm \ Dpkg/Source/Quilt.pm \ Dpkg/Substvars.pm \ + Dpkg/Util.pm \ Dpkg/Vars.pm \ Dpkg/Vendor.pm \ Dpkg/Vendor/Debian.pm \ @@ -189,6 +190,7 @@ test_cases = \ t/300_Dpkg_BuildOptions.t \ t/400_Dpkg_Deps.t \ t/500_Dpkg_Path.t \ + t/550_Dpkg_Util.t \ t/600_Dpkg_Changelog.t \ t/600_Dpkg_Changelog_Ubuntu.t \ t/700_Dpkg_Control.t \ |