问题标签 [moops]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
perl - Changing writer prefix when (is => “rwp”)
If I want to change write protected attribute ie.
one have to use _set_attr()
.
Is it possible to change that to _attr()
without using explicit writer
?
Tried use MooseX::::AttributeShortcuts -writer_prefix => 'prefix';
but it did not work.