Skip to content

Commit

Permalink
[#211] Didn't update the ABSTRACT(_FROM) key like I thought I did. Fi…
Browse files Browse the repository at this point in the history
…xed now.
  • Loading branch information
tima committed Dec 5, 2009
1 parent dd3688a commit f7548e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use lib 'extlib';
WriteMakefile(
'NAME' => 'Melody',
'VERSION_FROM' => 'lib/MT.pm',
'ABSTRACT_FROM' => 'Melody is an open source content management, blogging and publishing platform, derived from the popular blogging tool Movable Type.',
'ABSTRACT' => 'Melody is an open source content management, blogging and publishing platform, derived from the popular blogging tool Movable Type.',
'MIN_PERL_VERSION' => '5.8.1',
'LICENSE' => 'gpl',
'AUTHOR' => 'The Open Melody Software Group <admin@openmelody.org>',
Expand Down

0 comments on commit f7548e8

Please sign in to comment.