Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(33)

Issue 4675063: code review 4675063: cgi: don't depend on CGI.pm for tests (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 8 months ago by bradfitz
Modified:
13 years, 8 months ago
Reviewers:
CC:
golang-dev, mattn
Visibility:
Public.

Description

cgi: don't depend on CGI.pm for tests CGI.pm used to be part of the Perl core, but some distros now bundle perl-core and perl-modules separately. It's not worth depending on.

Patch Set 1 #

Patch Set 2 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r f45a563c817e https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r 6998f26de587 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -2 lines) Patch
M src/pkg/http/cgi/testdata/test.cgi View 1 2 chunks +35 lines, -2 lines 0 comments Download

Messages

Total messages: 5
bradfitz
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 8 months ago (2011-07-07 20:44:25 UTC) #1
mattn
http://codereview.appspot.com/4675063/diff/1002/src/pkg/http/cgi/testdata/test.cgi File src/pkg/http/cgi/testdata/test.cgi (left): http://codereview.appspot.com/4675063/diff/1002/src/pkg/http/cgi/testdata/test.cgi#oldcode12 src/pkg/http/cgi/testdata/test.cgi:12: my $q = CGI->new; I guess this is better. ...
13 years, 8 months ago (2011-07-08 00:12:23 UTC) #2
bradfitz
On Thu, Jul 7, 2011 at 5:12 PM, <mattn.jp@gmail.com> wrote: > > http://codereview.appspot.com/**4675063/diff/1002/src/pkg/** > http/cgi/testdata/test.cgi<http://codereview.appspot.com/4675063/diff/1002/src/pkg/http/cgi/testdata/test.cgi> ...
13 years, 8 months ago (2011-07-08 00:18:34 UTC) #3
mattn
test passed on windows. LGTM On 2011/07/08 00:18:34, bradfitz wrote: > On Thu, Jul 7, ...
13 years, 8 months ago (2011-07-08 00:28:53 UTC) #4
bradfitz
13 years, 8 months ago (2011-07-08 00:45:25 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=d912d3d2954b ***

cgi: don't depend on CGI.pm for tests

CGI.pm used to be part of the Perl core,
but some distros now bundle perl-core
and perl-modules separately.

It's not worth depending on.

R=golang-dev, mattn.jp
CC=golang-dev
http://codereview.appspot.com/4675063
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b