Hi,
Two things:
1) When it hits CPAN it should arrive as HTTP-Server-Brick-0.0.5.tar.gz (not HTTP-Server-Brick.tar.gz);
2) The '.cvsignore' file should be missing.

Of course, you might already have been on top of both those issues .... (mumble, mumble ... apologies :-)

On Windows, I get:
C:\_32\comp\HTTP-Server-Brick>perl Makefile.PL # running Build.PL C:\perl58_M\bin\perl.exe Build.PL Checking whether your kit is complete... Looks good Checking prerequisites... Looks good Creating new 'Build' script for 'HTTP-Server-Brick' version '0.0.5' Unknown 'build_class', defaulting to 'Module::Build' C:\_32\comp\HTTP-Server-Brick>dmake test C:\perl58_M\bin\perl.exe Build --makefile_env_macros 1 test Copying lib\HTTP\Server\Brick.pm -> blib\lib\HTTP\Server\Brick.pm t\00.load.........ok 1/1# Testing HTTP::Server::Brick v0.0.5 t\00.load.........ok t\pod-coverage....skipped all skipped: Test::Pod::Coverage 1.04 required for testing POD + cover t\pod.............skipped all skipped: Test::Pod 1.14 required for testing POD t\serving.........ok 1/59# # # Using port: 85432 and host: localhost for test server. # If these are not suitable settings on your machine, set the environm +ent # variables HSB_TEST_PORT and HSB_TEST_HOST to something suitable. # # Starting server t\serving.........ok 7/59 t\serving.........NOK 8# Failed test 'Directory indexing (result cod +e as e ted).' # in t\serving.t at line 182. # got: 500 # expected: 200 t\serving.........NOK 9# Failed test 'Directory indexing (content ma +tched) # in t\serving.t at line 183. # '500 Can't connect to desktop2:19896 (connect: Unk +nown e ) # ' # doesn't match '(?s-xim:static/test.*foo.html.*foo.txt)' t\serving.........NOK 10# Failed test 'Directory indexing (Mime type +)' # in t\serving.t at line 185. # got: 'text/plain' # expected: 'text/html' t\serving.........ok 46/59 t\serving.........NOK 47# Failed test 'Fully qualified Redirect (res +ult co s expected).' # in t\serving.t at line 182. # got: 500 # expected: 200 t\serving.........NOK 48# Failed test 'Fully qualified Redirect (con +tent m ed).' # in t\serving.t at line 183. # '500 Can't connect to desktop2:19896 (connect: Unk +nown e ) # ' # doesn't match '(?-xism:<html><body>No wildcards here</body></htm +l>)' t\serving.........NOK 49# Failed test 'Fully qualified Redirect (Mim +e type # in t\serving.t at line 185. # got: 'text/plain' # expected: 'text/html' t\serving.........ok 50/59# Failed test 'Relative Redirect (result c +ode as ected).' t\serving.........NOK 51# in t\serving.t at line 182. # got: 500 # expected: 200 t\serving.........NOK 52# Failed test 'Relative Redirect (content ma +tched) # in t\serving.t at line 183. # '500 Can't connect to desktop2:19896 (connect: Unk +nown e ) # ' # doesn't match '(?-xism:Path info: /flubber</p>)' t\serving.........NOK 53# Failed test 'Relative Redirect (Mime type) +' # in t\serving.t at line 185. # got: 'text/plain' # expected: 'text/html' Your vendor has not defined POSIX macro SIGHUP, used at t\serving.t li +ne 191 # Looks like you planned 59 tests but only ran 57. # Looks like you failed 9 tests of 57 run.
At which point the process (apparently) hangs. When I finally hit Ctrl-C I get the additional output:
Terminating on signal SIGINT(2) Caught SIGINT. Trying to quit ... C:\_32\comp\HTTP-Server-Brick>
I have no idea how that matches up against your expectations - I'm merely providing it for your information :-)

Cheers,
Rob (the exceedingly-beading-eyesed-one)

In reply to Re: Hoping for some beady eyes on my first CPAN submission by syphilis
in thread Hoping for some beady eyes on my first CPAN submission by aufflick

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.