• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/HTML/H01-Oct-1995-222128

MANIFESTH A D01-Oct-199551 54

Makefile.PLH A D01-Oct-1995198 87

READMEH A D01-Oct-19952.9 KiB8767

README

1From ylu@ccwf.cc.utexas.edu  Fri Sep 29 21:43:52 1995
2Date: Fri, 29 Sep 1995 15:44:06 -0500 (CDT)
3From: Luke <ylu@ccwf.cc.utexas.edu>
4To: Andreas Koenig <k>
5Subject: Re: QuickCheck
6In-Reply-To: <199509291851.TAA25241@anna.mind.de>
7MIME-Version: 1.0
8Content-Type: TEXT/PLAIN; charset=US-ASCII
9
10On Fri, 29 Sep 1995, Andreas Koenig wrote:
11> Hi, Luke,
12>
13> in Tim's modulelist you have an entry...
14>
15> HTML::
16> ::QuickCheck   cdpf  Fast simple validation of HMTL text          YLU
17>
18> Can you give me a pointer, where the package lives? I just followed
19> your email address and finally found your homepage
20> http://uts.cc.utexas.edu/~lyl/, but the links that seemed interesting
21> there are password protected. So... I have to ask you.
22
23The truth is, project and personal are not ready yet.  password protection
24is my perverted way to frustrate random web surfers.;) jumpgate is however
25functional and protection is obvious necessary.  Anyway here is the copy
26(pod appended).  Note, the purpose of QuickCheck is, not surprisingly, a
27quick check, esp.  for validation of user input in CGI transactions.  I
28recommend weblint etc. for offline comprehensive html syntax checking.  I
29haven't got time to update it for a while, but the concept and update is
30obvious and trivial...
31
32hope it can be of any use to you,
33
34__Luke
35
36
37Date: Sat, 30 Sep 1995 13:26:29 -0500 (CDT)
38From: Luke <ylu@ccwf.cc.utexas.edu>
39To: Andreas Koenig <k>
40Subject: Re: QuickCheck
41In-Reply-To: <199509292352.AAA26116@anna.mind.de>
42MIME-Version: 1.0
43Content-Type: TEXT/PLAIN; charset=US-ASCII
44
45On Sat, 30 Sep 1995, Andreas Koenig wrote:
46>Thanks, it maybe will, but -- how silly of me, I haven't introduced my
47>intent, is it ok for you if I put this version on the module server?
48>I'm currently collecting everything, but you could of course not know
49>that, so... I have to ask once again :)
50
51Yeah, sure, just note it is still in beta, may need more extensive
52field test.
53
54>For more info see http://franz.ww.tu-berlin.de/modulelist/
55>
56>The list of mirrors is meanwhile more than ten sites long, will update soon.
57
58Thanks for maintaining such a great resource for the benefit of everybody.
59
60__Luke
61
62
63Date: Sun, 1 Oct 1995 04:26:37 -0500 (CDT)
64From: Luke <ylu@ccwf.cc.utexas.edu>
65To: andreas.koenig@mind.de
66Subject: Re: QuickCheck
67In-Reply-To: <199510010757.IAA01767@anna.mind.de>
68MIME-Version: 1.0
69Content-Type: TEXT/PLAIN; charset=US-ASCII
70
71On Sun, 1 Oct 1995, Andreas Koenig wrote:
72> There is a precedence problem in QuickCheck.
73>
74> % perl -e 'require HTML::QuickCheck'
75> Can't modify logical or in concatenation at /usr/local/lib/perl5/HTML/QuickCheck.pm line 108, near ""<$tag1> does not match </$tag>\n";"
76
77Yuck.  I only paid attention to perl 4 compatibility (we have too much
78script to use perl 5 as perl).  Why Larry changed the precedence is beyond
79me... Anyway here is the fixed version (just added couple of parentheses).
80I confess I am not familiar with the MakeMaker...
81
82Thanks for the 'bug' report.
83
84__Luke
85
86
87