summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2009-08-02 16:31:09 +0100
committerJesse Vincent <jesse@bestpractical.com>2009-08-03 12:09:16 +0100
commit44a7a252c83e563e69ad40c4c887bd6be20ca47a (patch)
treead60c0c708d55644feb93515999db9b4f3f2324d
parent233e9d1c28e4fd18c437c5ea9822d611b7feb777 (diff)
downloadperl-44a7a252c83e563e69ad40c4c887bd6be20ca47a.tar.gz
Move content of Todo.micro into perltodo
-rw-r--r--MANIFEST1
-rw-r--r--Todo.micro9
-rw-r--r--pod/perltodo.pod21
3 files changed, 21 insertions, 10 deletions
diff --git a/MANIFEST b/MANIFEST
index 532c95f4a3..1d34f448b9 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4157,7 +4157,6 @@ t/mro/recursion_c3.t mro tests
t/mro/recursion_dfs.t mro tests
t/mro/vulcan_c3.t mro tests
t/mro/vulcan_dfs.t mro tests
-Todo.micro The Wishlist for microperl
toke.c The tokener
t/op/64bitint.t See if 64 bit integers work
t/op/alarm.t See if alarm works
diff --git a/Todo.micro b/Todo.micro
deleted file mode 100644
index 76759b1951..0000000000
--- a/Todo.micro
+++ /dev/null
@@ -1,9 +0,0 @@
-- make creating uconfig.sh automatic (by pumpkin)
-
-- make creating Makefile.micro automatic (by pumpkin)
-
-- do away with fork/exec/wait? (system, popen should be enough?)
-
-- some of the uconfig.sh really needs to be probed (using cc) in buildtime:
- (uConfigure? :-) native datatype widths and endianness come to mind
-
diff --git a/pod/perltodo.pod b/pod/perltodo.pod
index 7b10f5fa3a..554ca3878f 100644
--- a/pod/perltodo.pod
+++ b/pod/perltodo.pod
@@ -1149,3 +1149,24 @@ This will allow the use of a regex from inside (?{ }), (??{ }) and
Apparently these are quite useful. Anyway, Jeffery Friedl wants them.
demerphq has this on his todo list, but right at the bottom.
+
+
+=head1 Tasks for microperl
+
+
+[ Each and every one of these may be obsolete, but they were listed
+ in the old Todo.micro file]
+
+
+=head2 make creating uconfig.sh automatic
+
+=head2 make creating Makefile.micro automatic
+
+=head2 do away with fork/exec/wait?
+
+(system, popen should be enough?)
+
+=head2 some of the uconfig.sh really needs to be probed (using cc) in buildtime:
+
+(uConfigure? :-) native datatype widths and endianness come to mind
+