Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Recently I bought "Object Oriented Perl" written by Damian Conway. I have to say that I found it a very good read indeed. In fact it inspired me to give OO a try myself. I had never written a module before. But I have written a lot of scripts, including some very large ones [1], so I figured Perl itself shouldn't be too much of a problem for this endeavour.
To fill in the need for a simple-to-use terminal-based menuing system at our organization I decided to write something that would make building menus an easy task [2]. I think I have achieved this, but before submitting it to CPAN (and possibly make a fool of myself) I'd appreciate it if other (more experienced) Perl hackers could take a look at it.
One of the things bothering me is the test script. Currently it only tests if the Carp and Term::ReadKey modules are available. Surely that isn't good enough, but I don't know what more to test for besides that.
Any suggestions to make this distribution archive suitable for putting on CPAN would be appreciated very much.
The tarball with the full distribution is available at http://huizen.dto.tudelft.nl/devries/files/Term-ANSIMenu-0.01.tar.gz
Originally I had the output of pod2text appended, but it made the post a bit too long. So I figured I'd ask first before doing that. Anyone object to such a posting?
Thanks in advance for your time.
[1] One of those is an elaborate LDAP equivalent to what analog does for HTTP logs. It includes some graphs that would make for a nice extension to the current GD::Graph offerings. That will be my second OO project }:-)
[2] I know about perlmenu, but that didn't fit our needs.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: [RFC] new module Term::ANSIMenu
by PodMaster (Abbot) on Apr 18, 2003 at 15:01 UTC | |
by jadev (Initiate) on Apr 19, 2003 at 11:35 UTC | |
by jadev (Initiate) on Apr 18, 2003 at 22:39 UTC | |
|
Re: [RFC] new module Term::ANSIMenu
by Limbic~Region (Chancellor) on Apr 18, 2003 at 14:39 UTC | |
by jadev (Initiate) on Apr 18, 2003 at 22:08 UTC |