LibOFX is an API designed to allow applications to very easily support
OFX (Open Financial eXchange) command responses, usually provided by
financial institutions.
It was implemented directly from the full OFX 1.6 spec, and currently
supports:
* Banking transactions and statements
* Credit card and statements
* Investment transactions
* OFX 2
based on a submission by Landry Breuil <gaston at gcu dot info> (MAINTAINER)
The Benchmark::Timer class allows you to time portions of code
conveniently, as well as benchmark code by allowing timings of repeated
trials. It is perfect for when you need more precise information about
the running time of portions of your code than the Benchmark module will
give you, but don't want to go all out and profile your code.
ok jasper@
FileHandle::Unget is a drop-in replacement for FileHandle which allows
more than one byte to be placed back on the input. It supports an
ungetc(ORD) which can be called more than once in a row, and an
ungets(SCALAR) which places a string of bytes back on the input.
ok jasper@
This module can be used to determine the mime type of a file. It tries
to implement the freedesktop specification for a shared MIME database.
ok simon@
DESCR:
Bazaar-NG allows you to keep old versions of files and directories,
keep a log of who, when, and why changes occurred, etc., like SVN,
CVS, or RCS. Bazaar-NG is distributed, which gives it significant
advantages and some disadvantages compared to SVN and CVS.
Bazaar-NG is written in Python.
in -stable has internal nspr and will cause issues for users who upgrade if
SO_VERSION reaches 19.0 due to the .libs package. discussed with martynas.
okay pvalchev@
the doco claims this is safe cos the directory has extremely restricted
permissions, but noone i know agrees with this or feels safe. this change
installs a config under /etc/subversion/config that disables this
behaviour.
discussed with pval@ ckuethe@ ok robert@ sturm@ ajacoutot@