https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19196 --- Comment #29 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Marcel de Rooy from comment #28)
=head3 register
=cut
sub register { my ( $self, $app ) = @_;
=head2 Helper methods
This sub contains POD. Please adjust.
What do you suggest? I thought doing it 'inline' was better. Keep in mind that the 'register' sub is the only sub, and it contains the 'helpers' definitiions. The 'helpers' are the only important thing here. If you prefer, I can move them POD into a separate section like here: http://cpansearch.perl.org/src/JBERGER/Mojo-IOLoop-ForkCall-0.16/lib/Mojolic... but I still prefer this way. -- You are receiving this mail because: You are watching all bug changes.