L4Env-Dice version 0.01
=======================

	L4Env::Dice is a perl extension to facilitate user
	interaction with the underlaying user-level API.

	In short, we'll define hooks (in perl!) 
	to the L4Env kit -- a common L4 development environment.

	The current state of this module is reflected
	by issuing:

	perldoc L4Env::Dice 

INSTALLATION
============

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES
============

	L4 microkernel. Version 2 API (Fiasco) or X.2 API (L4Ka::Pistachio).
	DICE or IDL4 IDL compiler
	L4Env (DROPS version) or OSKit
	L4-Linux snapshot (recommended)
	GCC 	>= 3.4
	perl 	>= 5.8.5 
	
NOTICE
======

	***	This 'whole thing' *is* experimental! ***

	The user acknowledges full responsability 
	over his use or if all things fall apart (kind of sad, heh?).

	In others words,
	you're on our own in the case thou expect something out of it. 
 
	For everything else, 

	Happy Hacking!

COPYRIGHT AND LICENCE
=====================

	Copyright (C) 2004 by Etienne Robillard

	This library is free software; you can redistribute it and/or modify
	it under the same terms as Perl itself, either Perl version 5.8.5 or,
	at your option, any later version of Perl 5 you may have available.

