Changeset 896
- Timestamp:
- 12/13/06 01:01:08 (2 years ago)
- Files:
-
- branches/wheeljack/lib/MT/App/Wizard.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/wheeljack/lib/MT/App/Wizard.pm
r877 r896 39 39 [ 'IO::String', 0, 0, 'IO::String is required in order to archive files in backup/restore operation.', 'I/O String'], 40 40 [ 'Archive::Zip', 0, 0, 'Archive::Zip is required in order to archive files in backup/restore operation.', 'Archive Zip'], 41 [ 'XML::XPath', 0, 0, 'XML::XPath and/or its dependencies is required in order to restore .', 'XML XPath'],41 [ 'XML::XPath', 0, 0, 'XML::XPath and/or its dependencies is required in order to restore from multiple files.', 'XML XPath'], 42 42 ); 43 43
