Fix a FilePump bug in handling file URIs that are directories.

This commit is contained in:
Colin Kuskie 2009-05-20 18:54:07 +00:00
parent 67df78608d
commit 4dc2d58a02
4 changed files with 184 additions and 17 deletions

View file

@ -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;