summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-08-02 17:43:20 +0200
committergregor herrmann <gregoa@debian.org>2019-08-02 17:46:15 +0200
commit7062ef4f1d8c1ddf8d235e0c0511b5385b4899ae (patch)
treeba27f82b1d5024562a24065444b8cae31ab5971c
parent65f7b2eaa2ad2a942bdcb449b551694ca762ea17 (diff)
Update short and long description.
-rw-r--r--debian/control4
1 files changed, 1 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 2202fc5..034c482 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libfuture-perl (>= 0.30)
-Description: dispose of variables
+Description: module to dispose of variables
Provides some basic helper functions for making sure variables go away when
you want them to.
.
@@ -33,5 +33,3 @@ Description: dispose of variables
use Variable::Disposition qw(dispose retain retain_future);
.
The :all tag can be used to import every available function:
- .
- This description was automagically extracted from the module by dh-make-perl.