#!/usr/bin/perl |
use CORBA::MICO 0.6_5; |
|
%menu=(
"Go to" =>
"Look at" =>
"Mail to" =>
"Subscribe to" => |
$Introduction="CORBA::MICO is a Perl interface to the MICO ORB. Its most distinctive feature is that it is completely dynamic. It is not necessary to pregenerate \"stubs\" or \"skeletons\" - all necessary information is retrieved at runtime."; $Version_info="You may view notes of this release here, or download it from the \"Project repository\"."; $Current="Daily tarball of entire project CVS Repository here."; $ENV{CVSROOT}=":pserver:anonymous@cvs.corba-mico.sourceforge.net:/cvsroot/corba-mico"; $Acknowledgments="Owen Taylor - the founder. He has started the project and wrote a lot of excelent code."; $License="CORBA::MICO is licensed under the GNU LGPL, which allows you to develop free software or even commercial non-free software without spending a dime for licenses or royalties."; |
|
exit 0; |