p4raw-id: //depot/perl@19074
- 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