Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Add strict/warnings pragma as reported by CPANTS. #50

Merged
merged 1 commit into from Dec 17, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 4 additions & 1 deletion lib/Chart/Clicker/Tutorial.pm
@@ -1,5 +1,8 @@
package Chart::Clicker::Tutorial;

use strict;
use warnings;

# ABSTRACT: A Tutorial for using Chart::Clicker

=head1 DESCRIPTION
Expand Down Expand Up @@ -198,4 +201,4 @@ Michael Peters

=cut

1;
1;