Win32-PingICMP-0.02 Released

2002-11-26 Thread Everett, Toby
Win32-PingICMP-0.02 has been released. Win32-PingICMP provides support for doing ICMP pings on Win32 boxes by using Win32::API to access ICMP.DLL. This allows ICMP pings without requiring Administrator privileges and without calling ping.exe through Net::Ping::External. Detailed information regar

Proposed Modules list line for Win32-PingICMP

2002-11-26 Thread Everett, Toby
I forgot to include a proposed Modules list line for Win32-PingICMP-0.02 in my previous message. It belongs with the other Win32 specific modules. Win32:: ::PingICMP bdpOa ICMP pinging under Win32 without Administrative privs TEVERETT --Toby Everett

Class-Prototyped-0.90 Released

2002-12-18 Thread Everett, Toby
I am happy to announce that Class-Prototyped-0.90 has been released. Class::Prototyped provides for fast and full-featured prototype-based OO programming in Perl. The impetus behind this release was trying to figure out why some of the test suite was failing under Perl v5.8.0. I was happy in the

Win32-CtrlGUI-0.10 Released

2001-06-11 Thread Everett, Toby
Win32-CtrlGUI-0.10 has been released. Here is the proposed Modules list line. It belongs with the other Win32 specific modules. Win32:: ::CtrlGUI adpOa Module for controlling Win32 GUIs based on Win32::Setupsup TEVERETT --Toby Everett

Win32-CtrlGUI-0.11 Released

2001-06-13 Thread Everett, Toby
Win32-CtrlGUI-0.11 has been released. There's nothing like a release to goad one into cleaning up the code even more. Totally refactored the code, cleaned up the inheritance hierarchy, added a new syntax that I think is much easier to follow, and so forth. --Toby "I live to refactor" Everett

Win32-CtrlGUI-0.20 Released

2001-06-18 Thread Everett, Toby
Win32-CtrlGUI-0.20 has been released. OK, I had an epiphany. No syntax changes (yay!). Total refactor yet again. To the ground. Enabling, ta-dah, a Tk "debugger" (OK, all it does right now is show you which code is active as it executes), but it's still very useful. --Toby Everett

Win32::ProcFarm 2.12 released

2001-06-26 Thread Everett, Toby
I have uploaded Win32-ProcFarm-2.12.gz to my directory on CPAN. This release patches a few bugs involving the wrap-around from 2^32-1 to 0 every 49 days for the Win32::GetTickCount function. Silly me, I knew the potential for a bug was there and thought that it wouldn't affect me. So I ignored

Win32-CtrlGUI-0.21 Released

2001-07-24 Thread Everett, Toby
Win32-CtrlGUI-0.21 has been released. Win32-CtrlGUI is a system for doing GUI control based. It uses Win32::Setupsup for the low level operations, but adds a user-friendly (or friendlier) OO interface. In addition to the OO interface, there is an OO flow-control system that allows normal flow-c

Win32::ProcFarm 2.13 released

2002-01-12 Thread Everett, Toby
I am pleased to announce the release of Win32-ProcFarm-2.13.gz to my directory on CPAN. There are a number of bug fixes in this release as well as some moderate code improvements. I probably should have released two or three releases since 2.12, but I kept putting it off. However, the recent di

Win32-CtrlGUI-0.30 Released

2002-05-24 Thread Everett, Toby
Win32-CtrlGUI-0.30 has been released. Win32-CtrlGUI is a system for doing GUI control based. It uses Win32::Setupsup for the low level operations, but adds a user-friendly (or friendlier) OO interface. In addition to the OO interface, there is an OO flow-control system that allows normal flow-c

Win32::ASP::Extras released

2000-02-08 Thread Everett, Toby
I have uploaded Win32-ASP-Extras-1.01.tar.gz to my directory on CPAN. Here is the proposed Modules list line. It belongs with the other Win32:: entries in section 22. Win32:: ::ASP::Extras RdpfExtra methods for PerlScript ASP development TEVERETT I have spoken with Matt Sergeant and we a

Error::Unhandled released

2000-02-08 Thread Everett, Toby
I have uploaded Error-Unhandled-1.01.tar.gz to my directory on CPAN. Here is the proposed Modules list line. It is relies upon Graham Barr's Error.pm. Error:: ::Unhandled RdpOAllows errors to do their own handling TEVERETT The idea behind the module is that in some situations (ASP pro

Class-SelfMethods-1.07 and Error-Unhandled-1.02 released

2000-02-08 Thread Everett, Toby
Class-SelfMethods-1.07 and Error-Unhandled-1.02 have been released. The patches involve modifications to the Makefile.pl. At someone's suggestion, I had placed SelfMethods.pm in the Class directory within the distribution directory to make it easier to run test.pl and bench.pl and so forth. Howe

Array::IntSpan released

2000-02-24 Thread Everett, Toby
I have uploaded Array-IntSpan-1.01.tar.gz to my directory on CPAN. Here is the proposed Modules list line. Array:: ::IntSpan RdpOHandling arrays using IntSpan techniques TEVERETT Array::IntSpan brings the speed advantages of Set::IntSpan (written by Steven McDougall) to arrays. Uses

Need a name for Array::IntSpan

2000-02-18 Thread Everett, Toby
Well, I've got a name. I'm just not sure if it's optimum. For now, I'm calling the module Array::IntSpan. Think of it as a merger between Set::IntSpan and a normal Perl array. The idea is that you specify different values for mutually exclusive ranges of integers and then you can do lookups on

Win32::ProcFarm released

2001-02-14 Thread Everett, Toby
I have uploaded Win32-ProcFarm-2.10.gz to my directory on CPAN. Here is the proposed Modules list line. It belongs with the other Win32:: entries in section 22. Win32:: ::ProcFarm RdpOSystem for using pools of processes to execute tasks in parallel TEVERETT --Toby Everett

Win32::ProcFarm released

2001-02-14 Thread Everett, Toby
ARGH! My automated script to generate the README and package the tar.gz file didn't generate the README. I apologize for my incompetence. I have uploaded Win32-ProcFarm-2.11.gz to my directory on CPAN. Here is the proposed Modules list line. It belongs with the other Win32:: entries in sectio

Where does MaskManipulation fit in the hierarchy? Scripts in module directories?

2003-08-20 Thread Ovod-Everett, Toby
I developed a module to make interacting with masks more pleasant (both generating masks from a list of constants, breaking the mask back into constants, and explaining the mask in terms of a minimal list of constants). It was originally developed for use under Win32, so I named it Win32::MaskM

RE: Module submission Win32::Security

2003-09-09 Thread Ovod-Everett, Toby
-Original Message- From: Autrijus Tang [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 11:34 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject:Re: Module submission Win32::Security > > I look forward to releasing the code when it is in good shape:).