use Exporter;
-our $VERSION = '1.1.1';
+our $VERSION = '1.1.2';
our @ISA = qw(Exporter);
our @EXPORT = ();
our @EXPORT_OK = (
'html_entity_encode_dec', 'html_entity_encode_hex', 'html_entity_encode_name', 'html_entity_decode',
'join_path', 'dir_path', 'make_temp_path', 'make_id',
'system_encoded', 'exec_encoded',
- 'opendir_encoded', 'readdir_decoded',
+ 'opendir_encoded', 'readdir_decoded', 'env_pwd_decoded',
'_x_encoded', 'stat_encoded',
'unlink_encoded', 'rename_encoded', 'copy_encoded',
'open_encoded'
return decode('locale_fs', readdir $_[0]);
}
+sub env_pwd_decoded {
+ return decode('locale_fs', $ENV{'PWD'});
+}
+
# file
sub _x_encoded {