The following module was proposed for inclusion in the Module List: modid: practical DSLIP: bdppp description: practical - practical pragma userid: PUNYTAN (プニプニ) chapterid: 27 (Pragma) communities: git://github.com/punytan/practical.git
similar: Modern::Perl, common::sense rationale: SYNOPSIS use practical; # is the same as: use strict; use warnings; use utf8; use feature qw(switch say state); DESCRIPTION "practical" is practical pragma. This module is written for people who are tired of typing hackneyed expressions. Many people write following code on the top of scripts. use strict; use warnings; use utf8; use feature qw(switch say state); Assuming that it is true, what we should do about it is shorten it. enteredby: PUNYTAN (プニプニ) enteredon: Wed Apr 6 14:29:18 2011 GMT The resulting entry would be: practical bdppp practical - practical pragma PUNYTAN Thanks for registering, -- The PAUSE PS: The following links are only valid for module list maintainers: Registration form with editing capabilities: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=69600000_1e8e33fdf40c448d&SUBMIT_pause99_add_mod_preview=1 Immediate (one click) registration: https://pause.perl.org/pause/authenquery?ACTION=add_mod&USERID=69600000_1e8e33fdf40c448d&SUBMIT_pause99_add_mod_insertit=1 Peek at the current permissions: https://pause.perl.org/pause/authenquery?pause99_peek_perms_by=me&pause99_peek_perms_query=practical