Enlightenment CVS committal

Author  : leviathan
Project : e17
Module  : libs/etk-perl

Dir     : e17/libs/etk-perl


Modified Files:
        Changes MANIFEST META.yml Makefile.PL README TODO 


Log Message:
Yet more work to get valid CPAN testing results

===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/Changes,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- Changes     3 Jul 2007 19:26:05 -0000       1.7
+++ Changes     16 Mar 2008 09:13:58 -0000      1.8
@@ -1,5 +1,8 @@
 Revision history for Perl extension Etk.
 
+0.09  Sun Mar 16 11:08:09 EET 2008
+       - fixes for CPAN testers
+
 0.07  Tue Jul  3 21:39:49 GMT+2 2007
        - follow some changes in Etk
        - Split the single XS file into multiple files
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/MANIFEST,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- MANIFEST    3 Jul 2007 19:26:05 -0000       1.15
+++ MANIFEST    16 Mar 2008 09:13:58 -0000      1.16
@@ -26,6 +26,7 @@
 xs/Image.xs
 xs/Label.xs
 xs/Makefile.PL
+xs/Mdi.xs
 xs/Menu.xs
 xs/MessageDialog.xs
 xs/Notebook.xs
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/META.yml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- META.yml    3 Jul 2007 19:26:05 -0000       1.6
+++ META.yml    16 Mar 2008 09:13:58 -0000      1.7
@@ -1,7 +1,7 @@
 # http://module-build.sourceforge.net/META-spec.html
 #XXXXXXX This is a prototype!!!  It will change in the future!!! XXXXX#
 name:         Etk
-version:      0.07
+version:      0.09
 version_from: lib/Etk.pm
 installdirs:  site
 requires:
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/Makefile.PL,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- Makefile.PL 3 Mar 2008 16:20:30 -0000       1.13
+++ Makefile.PL 16 Mar 2008 09:13:58 -0000      1.14
@@ -2,6 +2,9 @@
 use ExtUtils::MakeMaker;
 use Devel::PPPort;
 
+# no windows support
+die "OS unsupported" if $^O =~ /win/;
+
 # dependency check
 print "Checking for Etk...";
 my $etklib = `pkg-config --variable=version etk`;
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/README,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- README      3 Mar 2008 08:29:15 -0000       1.12
+++ README      16 Mar 2008 09:13:58 -0000      1.13
@@ -1,4 +1,4 @@
-Etk version 0.08
+Etk version 0.09
 ================
 
 These are the Etk bindings for the Enlightenment Toolkit (etk)
===================================================================
RCS file: /cvs/e/e17/libs/etk-perl/TODO,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- TODO        15 Oct 2007 09:31:08 -0000      1.30
+++ TODO        16 Mar 2008 09:13:58 -0000      1.31
@@ -1,15 +1,9 @@
 TODO:
        - Add initialization options
+       - Add support for creating new widgets from Perl
        - complete callback system 
-       - perldoc everything
+       - Documentation
        - complete Tests
-               * Combobox
-               * TextBlock
-               * Tooltips
-               * Toplevel_Widget
-               * Tree
-               * Window
-               * Widget
        - Image new from data
        - fix DND
 



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to