2025-04-27 07:49:33 -04:00

7 lines
88 B
Perl

package URI::file::OS2;
require URI::file::Win32;
@ISA=qw(URI::file::Win32);
1;