libmath-vec-perl 1.01-1 source package in Ubuntu

Changelog

libmath-vec-perl (1.01-1) unstable; urgency=low

  * New upstream release
  * Moving libmodule-build-perl from build-depends-indep to build-depends (Policy 7.6)

 -- Ubuntu Archive Auto-Sync <email address hidden>   Sat,  16 Jun 2007 12:36:29 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Gutsy
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

Gutsy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libmath-vec-perl_1.01.orig.tar.gz 9.9 KiB 1de393ef44b5dd7d9312b84b81e267ac2911068fa7cd88d2df4d97b197faffaf
libmath-vec-perl_1.01-1.diff.gz 2.2 KiB 4b7661cc3793b9e76e92ac15adb18d6f09aef84b369cffe39f8979002811a120
libmath-vec-perl_1.01-1.dsc 892 bytes 6286a8a55f969ee48ef1532e2432809bb52fcf36150234755807f54420de71d8

View changes file

Binary packages built by this source

libmath-vec-perl: Object-Oriented Vector Math Methods in Perl

 This module was adapted from Math::Vector, written by Wayne M. Syvinski.
 .
 It uses most of the same algorithms, and currently preserves the same
 names as the original functions, though some aliases have been added to
 make the interface more natural.
 .
 The "object" for the object oriented calling style is a blessed array
 reference which contains a vector of the form [x,y,z]. Methods will
 typically return a list.