Author: paultcochrane
Date: Sun Dec  9 12:45:33 2007
New Revision: 23673

Modified:
   trunk/t/configure/123-auto_pmc-02.t

Log:
[t] Removed trailing whitespace


Modified: trunk/t/configure/123-auto_pmc-02.t
==============================================================================
--- trunk/t/configure/123-auto_pmc-02.t (original)
+++ trunk/t/configure/123-auto_pmc-02.t Sun Dec  9 12:45:33 2007
@@ -66,7 +66,7 @@
     my $file = 'foobar';
     eval { auto::pmc::contains_pccmethod($file); };
     like($@, qr/Can't read '$file'/, "Got expected 'die' message"); #'
-    
+
     ok( chdir $cwd, 'changed back to original directory after testing' );
 }
 

Reply via email to