[libmodule-package-rdf-perl] 09/64: rename module that supports mkdist
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 22:11:51 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmodule-package-rdf-perl.
commit e061a6327d14cd10afef70f55d564563d0162121
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Wed Jul 4 22:17:48 2012 +0100
rename module that supports mkdist
--HG--
branch : Module-Package-RDF
---
bin/mkdist | 6 +++---
lib/{Module/Package/RDF/Create.pm => App/mkdist.pm} | 12 ++++++------
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/bin/mkdist b/bin/mkdist
index adc4aa8..c385c95 100755
--- a/bin/mkdist
+++ b/bin/mkdist
@@ -21,7 +21,7 @@ GetOptions(\%options,
'version|v',
);
-$options{dist_maker} = 'Module::Package::RDF::Create';
+$options{dist_maker} = 'App::mkdist';
if ($options{help} || !@ARGV)
{
@@ -63,8 +63,8 @@ The values of "use" are interpreted thusly:
license_class defaults to "Software::License::Perl_5".
-dist_maker defaults to "Module::Package::RDF::Create", but any package
-that provides the same API should work.
+dist_maker defaults to "App::mkdist", but any package that provides the same
+API should work.
Example:
diff --git a/lib/Module/Package/RDF/Create.pm b/lib/App/mkdist.pm
similarity index 96%
rename from lib/Module/Package/RDF/Create.pm
rename to lib/App/mkdist.pm
index 84c36a2..f2f6cac 100644
--- a/lib/Module/Package/RDF/Create.pm
+++ b/lib/App/mkdist.pm
@@ -1,10 +1,10 @@
-package Module::Package::RDF::Create;
+package App::mkdist;
use strict;
BEGIN {
- $Module::Package::RDF::Create::AUTHORITY = 'cpan:TOBYINK';
- $Module::Package::RDF::Create::VERSION = '0.005';
+ $App::mkdist::AUTHORITY = 'cpan:TOBYINK';
+ $App::mkdist::VERSION = '0.005';
}
use Carp;
@@ -244,7 +244,7 @@ sub create_author_tests
=head1 NAME
-Module::Package::RDF::Create - create distributions that will use Module::Package::RDF.
+App::mkdist - create distributions that will use Module::Package::RDF.
=head1 SYNOPSIS
@@ -256,7 +256,7 @@ This package provides just one (class) method:
=over
-=item C<< Module::Package::RDF::Create->create($distname, %options) >>
+=item C<< App::mkdist->create($distname, %options) >>
Create a distribution directory including all needed files.
@@ -291,7 +291,7 @@ Toby Inkster E<lt>tobyink at cpan.orgE<gt>.
=head1 COPYRIGHT AND LICENCE
-This software is copyright (c) 2011 by Toby Inkster.
+This software is copyright (c) 2011-2012 by Toby Inkster.
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-package-rdf-perl.git
More information about the Pkg-perl-cvs-commits
mailing list