summaryrefslogtreecommitdiff
path: root/lib/deprecate.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/deprecate.pm')
-rw-r--r--lib/deprecate.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/deprecate.pm b/lib/deprecate.pm
index 7562c698f8..9d7436e5fe 100644
--- a/lib/deprecate.pm
+++ b/lib/deprecate.pm
@@ -75,9 +75,9 @@ deprecate - Perl pragma for deprecating the core version of a module
=head1 SYNOPSIS
- use deprecate; # always deprecate the module in which this occurs
+ use deprecate; # always deprecate the module in which this occurs
- use if $] > 5.010, 'deprecate'; # conditionally deprecate the module
+ use if $] > 5.010, 'deprecate'; # conditionally deprecate the module
=head1 DESCRIPTION