@@ -9,7 +9,6 @@ NOTE: The use of option `copy` is strongly recommended. The remaining options mo
...
@@ -9,7 +9,6 @@ NOTE: The use of option `copy` is strongly recommended. The remaining options mo
## Supported Operating Systems
## Supported Operating Systems
* Debian 10
* Debian 10
* Windows 10
* Windows 10
RECOMMENDED: strawberry perl environment [strawberry-perl-5.30.3.1-64bit-portable](http://strawberryperl.com/releases.html). It includes `cpanm` with many preinstalled CPAN modules.
* Sometimes it is offered to update module to a new version
* Sometimes it is offered to update module to a new version
use `cpan Archive::BagIt`. If index not changed to a new one, try `cpanm Archive::BagIt::Fast` or `perl -MCPAN -e 'install Archive::BagIt'`
use `cpan Archive::BagIt`. If version not changed to a new one, try `cpanm Archive::BagIt` or `perl -MCPAN -e 'install Archive::BagIt'`
## Perl module deinstallation
## Perl module deinstallation
Using cpanm is recommended for an assisted and clean uninstall.
Using cpanm is recommended for an assisted and clean uninstall.
...
@@ -53,7 +52,7 @@ Using cpanm is recommended for an assisted and clean uninstall.
...
@@ -53,7 +52,7 @@ Using cpanm is recommended for an assisted and clean uninstall.
7. Extract files from archive
7. Extract files from archive
8. Change console path to extracted SLUB_SIP_Builder
8. Change console path to extracted SLUB_SIP_Builder
9. Run tests `perl t/slubsipbuilderbagit.t` or `prove.t` and errors will come like 'Can't locate MARC/Record.pm in @INC (you may need to install the `MARC::Record` module) ...'
9. Run tests `perl t/slubsipbuilderbagit.t` or `prove.t` and errors will come like 'Can't locate MARC/Record.pm in @INC (you may need to install the `MARC::Record` module) ...'
10. Copy from error module name and install it, repeat point 9 and 10 till test process starts.
10. Copy from error module name and install it, repeat step 9 and 10 till test process starts.
*`cpanm MARC::Record`
*`cpanm MARC::Record`
*`cpanm XML::XPath`
*`cpanm XML::XPath`
*`cpanm DateTime::Format::ISO8601`
*`cpanm DateTime::Format::ISO8601`
...
@@ -70,7 +69,7 @@ Using cpanm is recommended for an assisted and clean uninstall.
...
@@ -70,7 +69,7 @@ Using cpanm is recommended for an assisted and clean uninstall.
## Recommendation
## Recommendation
* Do not name your directories `data`
* Do not name your directories `data`
*`mods.xml` and `rights.xml` file names are reserved in directory `mets`. All same file names will be renamed to `1.xml`, `2.xml` and so on
*`marc21.xml` and `rights.xml` file names are reserved in directory `mets`. All same file names will be renamed to `1.xml`, `2.xml` and so on
* Use absolute file and directory paths
* Use absolute file and directory paths
* If you try to execute the program for the first time, than use `save_option` copy
* If you try to execute the program for the first time, than use `save_option` copy