CC: | David Golden <dagolden [...] cpan.org> |
Subject: | [PATCH] Remove comment from Build.PL |
Date: | Tue, 13 Jul 2010 21:47:01 -0400 |
To: | bug-File-Marker [...] rt.cpan.org |
From: | David Golden <dagolden [...] cpan.org> |
The comment was just a test while I send git emails
to RT. So now it can be removed.
---
Build.PL | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/Build.PL b/Build.PL
index c169534..fddf279 100644
--- a/Build.PL
+++ b/Build.PL
@@ -1,8 +1,6 @@
use Module::Build;
# See perldoc Module::Build for details of how this works
-# test comments
-
Module::Build->new(
module_name => 'File::Marker',
dist_author => 'David A. Golden <dagolden@cpan.org>',