Be consistent with renaming
Tomas Doran [Fri, 12 Jun 2009 23:32:53 +0000 (23:32 +0000)]
t/get_sharedir_file.t

index 2ec7cab..56b9a08 100644 (file)
@@ -15,6 +15,6 @@ throws_ok {
 } qr/No such/, 'Exception for file not found from ->get_sharedir_file';
 
 lives_ok {
-    ok($i->get_sharedir_file('makefile.tt'), 'has contents');
+    ok($i->get_sharedir_file('Makefile.PL.tt'), 'has contents');
 } 'Can get_sharedir_file';