libvariable-disposition-perl 0.004-4 source package in Ubuntu
Changelog
libvariable-disposition-perl (0.004-4) unstable; urgency=medium [ Debian Janitor ] * Apply multi-arch hints. + libvariable-disposition-perl: Add Multi-Arch: foreign. -- Jelmer Vernooij <email address hidden> Sat, 22 Oct 2022 10:34:58 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libvariable-disposition-perl_0.004-4.dsc | 2.3 KiB | 77af29cee5cd10132396d35446fdecf592d17567e8b86f296d8622b63ebea1ac |
libvariable-disposition-perl_0.004.orig.tar.gz | 15.9 KiB | afede2e02406fdbef8a811419cd22cb9980e4947eac42073d513bf3d34cc590f |
libvariable-disposition-perl_0.004-4.debian.tar.xz | 2.1 KiB | 20d32a0995f62b144b0fce08a9f61375c816de7361e1de34aaf1514a04b73607 |
Available diffs
- diff from 0.004-3 to 0.004-4 (552 bytes)
No changes file available.
Binary packages built by this source
- libvariable-disposition-perl: module to dispose of variables
Provides some basic helper functions for making sure variables go away when
you want them to.
.
Currently provides /dispose as a default import. To avoid this:
.
use Variable::Disposition ();
.
In addition, /retain and /retain_future are available as optional imports.
.
use Variable::Disposition qw(dispose retain retain_future);
.
The :all tag can be used to import every available function: