From d711238061ae1c09f9e40d93b5b04f3d83efeab4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 17 Jan 2011 12:59:21 -0600 Subject: make sure __DATA__ sections are preserved --- t/lib/06/Bar/Bar.pm | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 't/lib/06/Bar/Bar.pm') diff --git a/t/lib/06/Bar/Bar.pm b/t/lib/06/Bar/Bar.pm index b355817..d532db6 100644 --- a/t/lib/06/Bar/Bar.pm +++ b/t/lib/06/Bar/Bar.pm @@ -7,4 +7,12 @@ use Bar::Bar::Bad; our $VERSION = 0.01; +sub contents { + local $/; + +} + 1; + +__DATA__ +__DATA__ for Bar::Bar -- cgit v1.2.3-54-g00ecf