גאבור סבו - Gábor Szabó > Padre > Padre::QuickFixProvider::Perl::StrictWarnings

Download:
Padre-0.50.tar.gz

Dependencies

Annotate this POD

Website

View/Report Bugs

Module Version: 0.50   Source   Latest Release: Padre-0.52

NAME ^

Padre::QuickFixProvider::Perl::StrictWarnings - Check for strict and warnings pragmatas

DESCRIPTION ^

This ensures that you have the following in your script:

        use strict;
        use warnings;

# Copyright 2008-2009 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.