Skip to content

[rt.cpan.org #81579] #54

@oalders

Description

@oalders

Migrated from rt.cpan.org#81579 (status was 'new')

Requestors:

From ahoying@cpan.org on 2012-11-30 17:19:09:

Some server side libraries do not accept multipart/form-data boundaries
with less than 5 dashes. Changing the line in sub boundary from 

my $size = shift || return "xYzZY";

to

my $size = shift || return "-----xYzZY";

fixes the problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions