libscope-guard-perl 0.21-2 source package in Ubuntu
Changelog
libscope-guard-perl (0.21-2) unstable; urgency=medium [ Salvatore Bonaccorso ] * debian/control: Use HTTPS transport protocol for Vcs-Git URI [ gregor herrmann ] * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. [ Salvatore Bonaccorso ] * debian/control: Remove Franck Joncourt from Uploaders. Thanks to Tobias Frost (Closes: #831313) [ gregor herrmann ] * Remove Fabrizio Regalli from Uploaders. Thanks for your work! * Remove Jonathan Yu from Uploaders. Thanks for your work! [ Alex Muntada ] * Remove inactive pkg-perl members from Uploaders. [ Salvatore Bonaccorso ] * Update Vcs-* headers for switch to salsa.debian.org [ gregor herrmann ] * debian/watch: use uscan version 4. [ Debian Janitor ] * Bump debhelper from old 9 to 12. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Bug-Submit, Repository, Repository- Browse. * Remove obsolete fields Contact, Name from debian/upstream/metadata (already present in machine-readable debian/copyright). -- Jelmer Vernooij <email address hidden> Fri, 17 Jun 2022 09:49:08 +0100
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | perl | |
Lunar | release | universe | perl | |
Kinetic | release | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libscope-guard-perl_0.21-2.dsc | 2.1 KiB | 4754468eb47c95f3362ed107c8e87793abf5dcfddcea6f1e1cf85d79bf1df7ad |
libscope-guard-perl_0.21.orig.tar.gz | 4.3 KiB | 8c9b1bea5c56448e2c3fadc65d05be9e4690a3823a80f39d2f10fdd8f777d278 |
libscope-guard-perl_0.21-2.debian.tar.xz | 3.0 KiB | dd76b889491f54b35f079422c5f7648bf4123796a6d06861f4a6a3d429f5a39f |
Available diffs
- diff from 0.21-1.1 to 0.21-2 (1.7 KiB)
No changes file available.
Binary packages built by this source
- libscope-guard-perl: lexically scoped resource management
Scope::Guard is a Perl module that provides a convenient way to perform
cleanup or other forms of resource management at the end of a scope. It is
particularly useful when dealing with exceptions.
.
For more information, see: <URL:http://www.drdobbs. com/cpp/ 184403758>