Project

General

Profile

action #169663

Updated by tinita 4 months ago

## Motivation 

 It seems like there is no similar PerlCritic module like [Perl::Critic::Policy::OpenQA::HashKeyQuotes](https://github.com/os-autoinst/os-autoinst-common/blob/master/lib/perlcritic/Perl/Critic/Policy/OpenQA/HashKeyQuotes.pm) on CPAN, so we should publish it to make our common repo smaller. 
 It has now unit tests, so it's good to be published. 

 ## Acceptance Criteria 
 **AC1**: Perl::Critic::Policy::OpenQA::HashKeyQuotes exists as a CPAN module 
 **AC2**: It is successfully submitted to [devel:languages:perl](https://build.opensuse.org/project/show/devel:languages:perl) and Factory 

 ## Suggestions 
 * Research what namespace to use 
 * Or possibly put all our four PerlCritic modules into the Perl::Critic::Policy::OpenQA namespace in one CPAN distribution

Back