libtemplate-plugin-class-perl 0.14-1 source package in Ubuntu
Changelog
libtemplate-plugin-class-perl (0.14-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * New upstream release * Update my email address. * Email change: Ansgar Burchardt -> <email address hidden> * debian/control: Convert Vcs-* fields to Git. [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Salvatore Bonaccorso ] * debian/control: Changed: Replace versioned (build-)dependency on perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as permitted by Debian Policy 3.8.3). [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. Closes: #788148 * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ gregor herrmann ] * Strip trailing slash from metacpan URLs. [ Salvatore Bonaccorso ] * Update Vcs-Browser URL to cgit web frontend [ gregor herrmann ] * Switch to "3.0 (quilt)" source format. * Debhelper 9, dh(1) in debian/rules, no more manual quilt handling. * Update license stanzas in debian/copyright. * Update list of copyright holders for debian/*. * Declare compliance with Debian Policy 3.9.6. * Mark package as autopkgtest-able. * Improve short description. * Drop patch do-not-check-error.diff, fixed upstream. -- gregor herrmann <email address hidden> Tue, 09 Jun 2015 00:21:07 +0200
Upload details
- Uploaded by:
- Debian Perl Group on 2015-06-09
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Groovy | release | on 2020-04-24 | universe | perl |
Focal | release | on 2019-10-18 | universe | perl |
Bionic | release | on 2017-10-24 | universe | perl |
Xenial | release | on 2015-10-22 | universe | perl |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libtemplate-plugin-class-perl_0.14-1.dsc | 2.3 KiB | 0402d86cf1b7822999e8051ba2f75847903d0e42705e96320501ced32713ec7c |
libtemplate-plugin-class-perl_0.14.orig.tar.gz | 2.3 KiB | 0604fe8ae7bf3ad9679e64d9b1ad4c9e9014c177aa80e835d52a86f78d9707c3 |
libtemplate-plugin-class-perl_0.14-1.debian.tar.xz | 2.6 KiB | 36b62b2fec277097f162970384fd763805489e57803c6a9699fbc1c4a8f0688c |
Available diffs
- diff from 0.13-3 (in Ubuntu) to 0.14-1 (4.9 KiB)
No changes file available.
Binary packages built by this source
- libtemplate-plugin-class-perl: module for calling methods of arbitrary classes in Template Toolkit
This is a plugin for the perl Template Toolkit.
.
Template::Plugin: :Class allows you to call class methods on arbitrary
classes. One particularly good use for this is in Class::DBI style
applications.