Blame SOURCES/PPI-1.215-utf8.patch

ee4dfd
--- Changes
ee4dfd
+++ Changes
ee4dfd
@@ -705,7 +705,7 @@ Revision history for Perl extension PPI
ee4dfd
 	- Resolved Lexer bug CPAN #13425 ( $p{package} creates a PPI::Statement::Package )
ee4dfd
 	  Added smarts to resolve word-started statements as ::Expression in subscripts
ee4dfd
 	- Resolved PDOM bug CPAN #13326 ( problems in index_locations )
ee4dfd
-	  Patch and comprehensive additional tests provided by johanl[ÄT]DarSerMan.com
ee4dfd
+	  Patch and comprehensive additional tests provided by johanl[ÄT]DarSerMan.com
ee4dfd
 	- Removed dependency on Class::Autouse. Just load Tokenizer and Lexer up front.
ee4dfd
 	- Removed dependency on File::Slurp. Only use it 3 times and it's not worth it
ee4dfd
 	  when almost all the files we will read are under 50k.