Author: doughera
Date: Fri Jul 29 08:15:43 2005
New Revision: 8731
Modified:
trunk/t/perl/Parrot_Docs.t
Log:
Apply patch from Chromatic for
[perl #36567] t/perl/Parrot_Docs.t doesn't clean up properly.
to clean up /tmp/tgt and /tmp/src directories after test.
Modified: trunk/t/perl/Parrot_Docs.t
==============================================================================
--- trunk/t/perl/Parrot_Docs.t (original)
+++ trunk/t/perl/Parrot_Docs.t Fri Jul 29 08:15:43 2005
@@ -121,9 +121,9 @@ teardown();
sub teardown
{
- Parrot::Docs::File->new(tmp_file_path('file.pod'))->delete;
- Parrot::Docs::Directory->new(tmp_dir_path('src'));
- Parrot::Docs::Directory->new(tmp_dir_path('tgt'));
+ Parrot::Docs::File->new(tmp_file_path('file.pod'))->delete();
+ Parrot::Docs::Directory->new(tmp_dir_path('src'))->delete();
+ Parrot::Docs::Directory->new(tmp_dir_path('tgt'))->delete();
}
# tmp_dir_path(@dirs)