Added submit_form method.
[perl4caml.git] / Makefile
2005-01-31 richSkeletal wrapper for Data::Dumper.
2005-01-28 richAdded 'make test' and some test scripts which exercise...
2004-12-11 richFix compiler flags so it compiles OK on all architectures.
2004-12-11 richTested perl4caml on Mac OS X. Basically works fine...
2004-12-01 rich-fPIC patch from John Goerzen.
2004-11-26 richMore wrapping paper.
2004-11-25 richUpdated manifest.
2004-11-25 richWrapper around WWW::Mechanize.
2004-11-22 richMore complete LWP wrappers.
2004-11-03 richPatch by David Flynn
2004-02-13 richContributed Template Toolkit wrapper.
2003-11-19 richFixed for Perl 5.8.2.
2003-11-08 rich'make dpkg' seems to work.
2003-11-08 richAnother test.
2003-11-08 richJust a test.
2003-11-08 richReady for next Debian release.
2003-11-02 richProducing first Debian packages.
2003-10-26 richAdded META (package information) for perl4caml.
2003-10-22 richFixed so the examples build properly (link perl4caml...
2003-10-16 richAdded ocamldoc, and fixed bugs.
2003-10-15 richWrappers now automatically 'use' modules.
2003-10-15 richRenamed the .cma/.cmxa libraries as perl4caml to avoid...
2003-10-15 rich'make install' now installs wrappers, and everything...
2003-10-14 richFixed loads of bugs. It now works. Ready to integrate...
2003-10-12 richAdded wrappers around some common libraries.
2003-10-12 richAdded make dist rule & MANIFEST.
2003-10-12 richUpdated deps.
2003-10-12 richUndef, true, false SVs.
2003-10-12 richSupport for calling SVs, eval, array context, void...
2003-10-11 richAdded initial caml4perl.