Changes for version 0.002 - 2020-02-16
- [incompatible change] Remove option 'overwrite' because the default overwrite=0 behavior is very fragile (copying will depend on whether user mentions the target variable or not). We now always overwrite, and to make sure we modify subroutines/variables after copying, perform copy_from in BEGIN then declare your subroutines/variables afterwards.
- Add option 'to'.
- Add (undocumented) hook options: _on_skip, _before_copy, _after_copy.
- [bugfix] Forgot to implement skip_sub.
- [bugfix] Forgot to skip subpackages.
- [test] Rewrite/add tests.
Modules
Copy (some) contents from another package
A dummy module for testing