libastro-fits-cfitsio-perl 1.05-2build1 source package in Ubuntu

Changelog

libastro-fits-cfitsio-perl (1.05-2build1) oneiric; urgency=low

  * Rebuild for Perl 5.12.
 -- Colin Watson <email address hidden>   Sat, 07 May 2011 23:19:25 +0100

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Oneiric
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libastro-fits-cfitsio-perl_1.05.orig.tar.gz 189.6 KiB bbeb6fd3b17b290842a88a8179c2526abae21fa67172295385a742b51bbfab70
libastro-fits-cfitsio-perl_1.05-2build1.diff.gz 4.7 KiB 74ffd2103fa1e1cd7ece056213f475bbaf0535452367374d479279c036e61948
libastro-fits-cfitsio-perl_1.05-2build1.dsc 2.3 KiB 33ab3a1218795129bf5a5a456a80ed32a04ed7ec2d048b611f80864555387251

Available diffs

View changes file

Binary packages built by this source

libastro-fits-cfitsio-perl: Perl extension for using the cfitsio library

 Perl interface to William Pence's cfitsio subroutine library. For more
 information on cfitsio, see http://heasarc.gsfc.nasa.gov/fitsio.
 .
 This module attempts to provide a wrapper for nearly every cfitsio routine,
 while retaining as much cfitsio behavior as possible. As such, one should
 be aware that it is still somewhat low-level, in the sense that handing an
 array which is not the correct size to a routine like fits_write_img()
 may cause SIGSEGVs.
 .
 The goal is to eventually use these routines to build a more Perl-like
 interface to many common tasks such as reading and writing of images and
 ASCII and binary tables.