mvhub-dev team mailing list archive
-
mvhub-dev team
-
Mailing list archive
-
Message #00256
[Branch ~mvhub-commit/mvhub/trunk] Rev 401: merged reddy22222/mvhub/fix_configsimplepod
Merge authors:
Sri Redy <reddy22222@xxxxxxxxxx>
Related merge proposals:
https://code.launchpad.net/~reddy22222/mvhub/fix_configsimplepod/+merge/27087
proposed by: Srihari Reddy (reddy22222)
review: Approve - Dan MacNeil (omacneil)
------------------------------------------------------------
revno: 401 [merge]
committer: Dan MacNeil <dan@xxxxxxxxxx>
branch nick: trunk
timestamp: Tue 2010-06-08 18:23:56 -0400
message:
merged reddy22222/mvhub/fix_configsimplepod
modified:
lib-mvhub/lib/MVHub/Utils/ConfigSimple.pm
--
lp:mvhub
https://code.launchpad.net/~mvhub-commit/mvhub/trunk
Your team MVHub Developers is subscribed to branch lp:mvhub.
To unsubscribe from this branch go to https://code.launchpad.net/~mvhub-commit/mvhub/trunk/+edit-subscription
=== modified file 'lib-mvhub/lib/MVHub/Utils/ConfigSimple.pm'
--- lib-mvhub/lib/MVHub/Utils/ConfigSimple.pm 2010-06-02 19:10:23 +0000
+++ lib-mvhub/lib/MVHub/Utils/ConfigSimple.pm 2010-06-08 22:23:56 +0000
@@ -76,13 +76,13 @@
=head1 SYNOPSIS
- use MVHub::Utils qw/create_config_from /;
+ use MVHub::Utils::ConfigSimple qw/create_config_from /;
my $cfg=create_config_from($ENV{MV_CONFIG_FILE});
my $allow_robots=$cfg->param('SITE.allow_robots');
- my $tmp_dir=$cfg->param('ABSOULTE_PATH.tmp_dir');
+ my $tmp_dir=$cfg->param('ABSOLUTE_PATH.tmp_dir');
=head1 DESCRIPTION