The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Padre::Document::Perl::QuickFix::StrictWarnings - Check for strict and warnings pragmas

DESCRIPTION

This ensures that you have the following in your script:

        use strict;
        use warnings;

# Copyright 2008-2016 The Padre development team as listed in Padre.pm. # LICENSE # This program is free software; you can redistribute it and/or # modify it under the same terms as Perl 5 itself.