diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-27 18:17:20 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-03-27 18:17:20 +0000 |
commit | 6d80e9d0fed5aaa368313563b0a51ac19967da35 (patch) | |
tree | 182b917017f604444862d7ac76cae4c86aa7f25f /lib/Attribute | |
parent | f21dc558ba1787c481c41d0e2a712ea60b9b1444 (diff) | |
download | perl-6d80e9d0fed5aaa368313563b0a51ac19967da35.tar.gz |
Missing final \n.
p4raw-id: //depot/perl@19074
Diffstat (limited to 'lib/Attribute')
-rw-r--r-- | lib/Attribute/Handlers/Changes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Attribute/Handlers/Changes b/lib/Attribute/Handlers/Changes index 563776adf1..593d190b63 100644 --- a/lib/Attribute/Handlers/Changes +++ b/lib/Attribute/Handlers/Changes @@ -99,4 +99,4 @@ Revision history for Perl extension Attribute::Handlers - From perl 5.8 { __CALLER__::foo => __PACKAGE } is missparsed, the proper approach is to use { '__CALLER__::foo' => __PACKAGE }. The documentation is updated to reflect this. - Reported by Dave Cross
\ No newline at end of file + Reported by Dave Cross |