Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : proto

Dir     : e17/proto/etk-perl/lib


Modified Files:
        Etk.pm 


Log Message:
- fixes to Etk::Window methods
- rewrote the TODO
- more tests

===================================================================
RCS file: /cvs/e/e17/proto/etk-perl/lib/Etk.pm,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- Etk.pm      5 Aug 2006 21:47:18 -0000       1.15
+++ Etk.pm      6 Aug 2006 14:56:14 -0000       1.16
@@ -5,16 +5,16 @@
 use warnings;
 use Carp;
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 require XSLoader;
 XSLoader::load('Etk', $VERSION);
 
 # initialize Etk
-Etk::init();
+Etk::Init();
 
 END {
-       Etk::shutdown();
+       Etk::Shutdown();
 }
 
 1;
@@ -59,8 +59,8 @@
 
 =head1 AUTHOR
 
-Hisham Mardam Bey, E<lt>[EMAIL PROTECTED]<gt> -  
-Chady 'Leviathan' Kassouf, E<lt>[EMAIL PROTECTED]<gt>
+Chady 'Leviathan' Kassouf, E<lt>[EMAIL PROTECTED]<gt> -
+Hisham Mardam Bey, E<lt>[EMAIL PROTECTED]<gt>
 
 =head1 COPYRIGHT AND LICENSE
 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to