Revision 2.48 2005/01/05 23:35:30 nagler
* IMPORTANT: Bivio::Type::Number now uses GMP available from:
http://www.gnu.org/software/gmp/
You need to install the GMP.pm files. Here's what works on Unix:
tar xzf gmp-4.1.4.tar.gz
cd gmp-4.1.4
./configure --enable-mpbsd
make install
cd demos/perl
perl Makefile.PL GMP_BUILDDIR=../..
make install
This change makes Bivio::Type::Number much faster.
* Bivio::type::DateTime->from_literal recognizes to_file_name format
* Removed Bivio::UI::Color->format_pdf
* Bivio::UI::PDF::* removed