Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / types / unixpath.pp
1 # this regex rejects any path component that does not start with "/" or is NUL
2 type Stdlib::Unixpath = Pattern[/^\/([^\/\0]+\/*)*$/]