Skip to content

Commit

Permalink
Item13897: Minor documentation fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Oct 7, 2016
1 parent 777c334 commit 9c9c49b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 11 deletions.
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Aux/Localize.pm
Expand Up @@ -175,7 +175,7 @@ sub doLocalize {

=begin TML
---++ ObjectMethod ObjectMethod restore()
---++ ObjectMethod restore()
This method shall restore a object to its state before the last call to the
=localize()= method.
Expand Down
7 changes: 4 additions & 3 deletions core/lib/Foswiki/Config.pm
Expand Up @@ -54,7 +54,7 @@ my %remap = (
);

=begin TML
---++ Attribute data
---++ ObjectAttribute data
Contains configuration hash. =%Foswiki::cfg= is an alias to this attribute.
Expand All @@ -78,7 +78,7 @@ has data => (
);

=begin TML
---++ Attribute files
---++ ObjectAttribute files
What files we read the config from in the order of reading.
Expand Down Expand Up @@ -111,7 +111,7 @@ has lscFile => (

=begin TML
---++ Attribute failedConfig
---++ ObjectAttribute failedConfig
Keeps the name of the failed config or spec file.
Expand Down Expand Up @@ -1074,6 +1074,7 @@ sub get {
$app->cfg->set([qw(Root Branch Leaf)], $value);
$app->cfg->set("Root.Branch.Leaf", $value);
$app->cfg->set("{Root}{Branch}{Leaf}", $value);
=cut

sub set {
Expand Down
7 changes: 0 additions & 7 deletions core/lib/Foswiki/Meta.pm
Expand Up @@ -119,13 +119,6 @@ extends qw(Foswiki::Object);

#use Foswiki::Iterator::NumberRangeIterator;

BEGIN {
if ( $Foswiki::cfg{UseLocale} ) {
require locale;
import locale();
}
}

our $VERSION = 1.2;

our $reason;
Expand Down

0 comments on commit 9c9c49b

Please sign in to comment.