Fix line numbering issues with POD filtered by Switch.pm
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 28 Dec 2008 22:20:46 +0000 (23:20 +0100)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Sun, 28 Dec 2008 22:35:52 +0000 (23:35 +0100)
commit6a9befb105d93024902eb178dab77655333f1829
tree03a7823dfb72e3f31c7ac79d4dd1de022745ed7e
parentcd3d9d47255d3080961ba7b58c9a145c7b45b905
Fix line numbering issues with POD filtered by Switch.pm

Patch provided by Daniel Klein <danielklein-à-airpost.net> :

  I noticed a very subtle bug in the code: it filters out all detected POD
  from the source code. This means that any line number reporting after
  POD code will be out by the number of POD lines removed. So if there is
  an error or a "warn"ing in the code it will be harder for the programmer
  to track down.
lib/Switch.pm