aboutsummaryrefslogtreecommitdiff
path: root/lib/WebCoso/Maker.pm
diff options
context:
space:
mode:
authordakkar <dakkar@luxion>2009-01-06 12:08:52 +0000
committerdakkar <dakkar@luxion>2009-01-06 12:08:52 +0000
commit19eb0986cbcc2d2fab0d338a42339be357ba5eb0 (patch)
tree9b9240097c181ba5fc4d249d199c513f932be237 /lib/WebCoso/Maker.pm
parentforse i feed vanno (tranne i body); cleaner non elimina i sorgenti dei feed (diff)
downloadWebCoso-19eb0986cbcc2d2fab0d338a42339be357ba5eb0.tar.gz
WebCoso-19eb0986cbcc2d2fab0d338a42339be357ba5eb0.tar.bz2
WebCoso-19eb0986cbcc2d2fab0d338a42339be357ba5eb0.zip
ora genera davvero i feed
git-svn-id: svn://luxion/repos/WebCoso/trunk@398 fcb26f47-9200-0410-b104-b98ab5b095f3
Diffstat (limited to 'lib/WebCoso/Maker.pm')
-rw-r--r--lib/WebCoso/Maker.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/WebCoso/Maker.pm b/lib/WebCoso/Maker.pm
index 11aa9c4..e46eb29 100644
--- a/lib/WebCoso/Maker.pm
+++ b/lib/WebCoso/Maker.pm
@@ -233,9 +233,9 @@ my @passes=(
}),
WebCoso::Common::fromTo("$WebCoso::Common::SRCPATH/",
{
- %WebCoso::Common::feedfilesXML,
+ %WebCoso::Common::feedfiles,
transform=>sub{
- (my $file=$_[0])
+ (my $file=WebCoso::Common::typedAs($_[0],'xml'))
=~s{^\Q$WebCoso::Common::SRCPATH\E/}{$WebCoso::Common::DSTPATH/};
return $file;
},