Skip to content

Commit

Permalink
Rename dist (tarball) for consistency with other plugins
Browse files Browse the repository at this point in the history
Since the MojoX namespace has been long deprecated
(and since the dist has already been released under the newer name)
go with the newer name for consistency with the majority of other plugins
currently on CPAN.
  • Loading branch information
rwstauner committed Sep 15, 2012
1 parent e4a4dab commit 64d08de
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Changes
@@ -1,4 +1,5 @@
Revision history for MojoX-Renderer-Haml
Revision history for Mojolicious-Plugin-HamlRenderer
(formerly MojoX-Renderer-Haml)

2.000000 2012-09-15 16:00:00Z

Expand Down
4 changes: 2 additions & 2 deletions Makefile.PL
Expand Up @@ -10,10 +10,10 @@ use ExtUtils::MakeMaker;
my $mm = $ExtUtils::MakeMaker::VERSION;

WriteMakefile(
NAME => 'MojoX::Renderer::Haml',
NAME => 'Mojolicious::Plugin::HamlRenderer',

# NOTE: Please update the $VERSION in both modules!
VERSION_FROM => 'lib/MojoX/Renderer/Haml.pm',
VERSION_FROM => 'lib/Mojolicious/Plugin/HamlRenderer.pm',

ABSTRACT => 'Haml renderer for Mojolicious',
AUTHOR => 'Viacheslav Tykhanovskyi <vti@cpan.org>',
Expand Down

0 comments on commit 64d08de

Please sign in to comment.