Skip to content

Can't handle 2 file handles against the same file. #27

Open
@toddr

Description

@toddr
my $f = Test::MockFile->file("/abc", "content");
open(my $fh, "<", "/abc");
open(my $fh2, "<", "/abc"); # This'll break stuff.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions