[libmodule-install-rdf-perl] 16/34: fix filename
Jonas Smedegaard
js at alioth.debian.org
Fri Aug 9 14:36:18 UTC 2013
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository libmodule-install-rdf-perl.
commit effb0389a21808412e414fc608b915c2ffbea097
Author: Toby Inkster <mail at tobyinkster.co.uk>
Date: Sat Mar 16 12:51:58 2013 +0000
fix filename
--HG--
branch : Module-Install-RDF
---
lib/Module/Install/RDF.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/Module/Install/RDF.pm b/lib/Module/Install/RDF.pm
index d4d2ff6..7218ee9 100644
--- a/lib/Module/Install/RDF.pm
+++ b/lib/Module/Install/RDF.pm
@@ -16,7 +16,7 @@ sub rdf_metadata
sub write_meta_ttl
{
my $self = shift;
- my $file = shift || "META.yml";
+ my $file = shift || "META.ttl";
$self->admin->write_meta_ttl($file) if $self->is_admin;
$self->clean_files($file);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmodule-install-rdf-perl.git
More information about the Pkg-perl-cvs-commits
mailing list