From: Jarkko Hietaniemi Date: Thu, 27 Mar 2003 18:17:20 +0000 (+0000) Subject: Missing final \n. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6d80e9d0fed5aaa368313563b0a51ac19967da35;p=p5sagit%2Fp5-mst-13.2.git Missing final \n. p4raw-id: //depot/perl@19074 --- diff --git a/lib/Attribute/Handlers/Changes b/lib/Attribute/Handlers/Changes index 563776a..593d190 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