libtk-tablematrix-perl 1.23-6build1 source package in Ubuntu

Changelog

libtk-tablematrix-perl (1.23-6build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Wed, 16 Nov 2011 14:36:17 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Bart Martens
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libtk-tablematrix-perl_1.23.orig.tar.gz 311.5 KiB ce9ace8d1c1245b80ea6b2e72ee3e7f75ca4111026e403134b8ecad02ec931da
libtk-tablematrix-perl_1.23-6build1.debian.tar.gz 6.3 KiB 9040b18f4e8944774294c1c42159d25bcccf7602dd6534a68ea740b65d0229e7
libtk-tablematrix-perl_1.23-6build1.dsc 1.9 KiB 912ea577da46e85bb8867d3de23bc774f61b1d77802d1fe88f1d25d006c95a6c

Available diffs

View changes file

Binary packages built by this source

libtk-tablematrix-perl: Table/matrix widget extension to Perl/Tk

 This is the CPAN Perl module Tk::TableMatrix.
 .
 Tk::TableMatrix is a table/matrix widget extension to Perl/Tk
 for displaying data in a table (or spreadsheet) format.
 The basic features of the widget are:
 .
  * multi-line cells
  * support for embedded windows (one per cell)
  * row & column spanning
  * variable width columns / height rows (interactively resizable)
  * row and column titles
  * multiple data sources ((perl hash|| perl callback) &| internal caching)
  * supports standard Tk reliefs, fonts, colors, etc.
  * x/y scrollbar support
  * 'tag' styles per row, column or cell to change visual appearance
  * in-cell editing - returns value back to data source
  * support for disabled (read-only) tables or cells (via tags)
  * multiple selection modes, with "active" cell
  * multiple drawing modes to get optimal performance for larger tables
  * optional 'flashes' when things update
  * cell validation support