updated makefile
Robin Edwards [Tue, 6 Apr 2010 19:33:48 +0000 (20:33 +0100)]
Makefile.PL
README

index 648bed8..9611c39 100644 (file)
@@ -1,12 +1,13 @@
 use inc::Module::Install;
 
 # Define metadata
-name           'Keyword';
+name           'Devel::Declare::Keyword';
 all_from       'lib/Devel/Declare/Keyword.pm';
 
 # Specific dependencies
 requires       'Devel::Declare'  => '0.0';
 requires       'B::Hooks::EndOfScope'  => '0.0';
+requires       'Test::Pod'  => '1.0';
 test_requires  'Test::More'  => '0.42';
 #recommends     'Text::CSV_XS'=> '0.50';
 no_index       'directory'   => 'examples';
diff --git a/README b/README
index bc34fb5..c8d2455 100644 (file)
--- a/README
+++ b/README
@@ -31,7 +31,6 @@ keyword method (ident?, proto?, custom, block) {
        $block->terminate; # add semi colon
 }
 
-# passed a Keyword::Declare object
 parse custom ($parser) {
        if (my $len = $parser->scan_word(1)) {
                my $l = $parser->line;