NAME
Lingua::IT::Conjugate - Conjugation of Italian verbs
SYNOPSIS
    use Lingua::IT::Conjugate qw( coniuga coniugazione );
  
	@amare = coniuga( 'amare', 'presente' );
	print join( "\n", @amare );
    $io_amo = coniuga( 'amare', 'presente', 1 );
	
	print coniugazione( 'amare' );
DESCRIPTION
This module conjugates italian verbs.
Blah blah blah.
EXPORT
None by default. You can export the following functions and variables:
    coniuga
	coniugazione
	@Tempi
	@Pronomi
HISTORY
AUTHOR
Aldo Calpini, dada@perl.it
SEE ALSO
perl(1).