Fix a FilePump bug in handling file URIs that are directories.
This commit is contained in:
parent
67df78608d
commit
4dc2d58a02
4 changed files with 184 additions and 17 deletions
|
|
@ -106,6 +106,12 @@ our $I18N = {
|
|||
context => q|Error message when building a new bundle.|
|
||||
},
|
||||
|
||||
'duplicate directory' => {
|
||||
message => q|A directory with the same name already exists in the build directory.|,
|
||||
lastUpdated => 1242515308,
|
||||
context => q|Error message when building a new bundle.|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue