libdbix-class-encodedcolumn-perl 0.00011-1 source package in Ubuntu

Changelog

libdbix-class-encodedcolumn-perl (0.00011-1) unstable; urgency=low

  * New upstream release.
  * debian/copyright: add new copyright holders.
  * Set Standards-Version to 3.9.2 (no changes).
  * Add libcrypt-eksblowfish-perl, libdigest-whirlpool-perl to B-D-I and
    Suggests.

libdbix-class-encodedcolumn-perl (0.00010-2) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Update my email address.

  [ gregor herrmann ]
  * Add build dependency in libtest-exception-perl (closes: #615884).
  * Remove version from libsub-name-perl (build) dependency, already satisfied
    in lenny.
  * Add /me to Uploaders.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  30 Apr 2011 13:03:27 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libdbix-class-encodedcolumn-perl_0.00011.orig.tar.gz 39.4 KiB af2681bde580d42c37ac2464bf8a12d9ca97c6f76712d9c728ea977b771fbd00
libdbix-class-encodedcolumn-perl_0.00011-1.debian.tar.gz 3.4 KiB 29e843ee81e7f6cd24ebb23e8a2d77893bb1ece4974ddf7eaa8776c046f5cb4a
libdbix-class-encodedcolumn-perl_0.00011-1.dsc 2.3 KiB 75f091a9c732f5c4bd5726f7f23be13a0476b996d3d7fb452fe752d0ed8e189a

Available diffs

View changes file

Binary packages built by this source

libdbix-class-encodedcolumn-perl: extension to encode column values automatically

 DBIx::Class::EncodedColumn is a DBIx::Class component which can automatically
 encode a column's contents whenever the value of that column is set, similar
 to DBIx::Class::DigestColumns. Any data you write is automatically converted
 on-the-fly and, in contrast to DigestColumns, any arbitrary message digest or
 encryption method can be supported through an appropriate encoding class.