libtie-simple-perl 1.03-1 source package in Ubuntu

Changelog

libtie-simple-perl (1.03-1) unstable; urgency=low

  * Initial Release. (Closes: 642244)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 16:17:53 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl
Precise release universe perl

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libtie-simple-perl_1.03.orig.tar.gz 5.3 KiB 133d9ddf50b7abf7045c530c8e1e3a21f6b93ba36343624fc9e1b9ae0d5043fb
libtie-simple-perl_1.03-1.debian.tar.gz 1.5 KiB 4d1caec120d65824c24b410154da824bf59e2fff50d311f81a1b1919118d4c21
libtie-simple-perl_1.03-1.dsc 1.9 KiB 41b90933a5e9097b47f96060d34e09cacd05f9b07479b582d296c99a1bbe4d71

View changes file

Binary packages built by this source

libtie-simple-perl: simple way to tie Perl variables

 This package provides the Perl module Tie::Simple. This module adds to
 tie function the ability to quickly create new types of tie objects
 without creating a complete Tie::Something class. The idea is to make
 the programmers life easier when it comes to single-use ties which are
 sometime useful.
 .
 Tie::Simple class is actually a front-end to other classes which
 really do all the work once tied, but this package does the dwimming
 to automatically figure out what you're trying to do.