pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/finance/p5-Data-Currency
Module Name: pkgsrc
Committed By: abs
Date: Mon Jun 23 01:51:57 UTC 2008
Update of /cvsroot/pkgsrc/finance/p5-Data-Currency
In directory ivanova.netbsd.org:/tmp/cvs-serv27122
Log Message:
Import p5-Data-Currency-0.04002
The Data::Currency module provides basic currency formatting and
conversion:
my $price = 1.23;
my $currency = Data::Currency->new($price);
print $currency->convert('CAD')->as_string;
Each Data::Currency object will stringify to the original value
except in string context, where it stringifies to the format
specified in format.
Status:
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/finance/p5-Data-Currency/Makefile
N pkgsrc/finance/p5-Data-Currency/DESCR
N pkgsrc/finance/p5-Data-Currency/distinfo
No conflicts created by this import
Home |
Main Index |
Thread Index |
Old Index