Catmandu::Plugin::Readonly(3pm) | User Contributed Perl Documentation | Catmandu::Plugin::Readonly(3pm) |
Catmandu::Plugin::Readonly - Make stores or bags read-only
$ cat catmandu.yml --- store: test: package: MongoDB options: default_plugins: [ 'Readonly']
The Catmandu::Plugin::Readonly will transform a Catmandu::Store or a Catmandu::Bag in read-only mode: all writes, deletes and drops will be ignored.
This command will work on Catmandu::Store implementations.
Catmandu::Store, Catmandu::Bag
2023-03-03 | perl v5.36.0 |