index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
gnu
/
usr.bin
/
perl
/
dist
/
base
/
t
/
lib
/
Broken.pm
blob: 4d9474abc6ac2dbc0a6251ccff9c54837bf2b84d (
plain
) (
blame
)
1
2
3
4
5
6
7
package
Broken
;
sub
i_exist
{
1
}
eval
"require ThisModuleDoesNotExist;"
or
die
$
@;
1
;