Skip to content

Commit

Permalink
Item14203: Switched to Foswiki::Class
Browse files Browse the repository at this point in the history
  • Loading branch information
vrurg committed Oct 28, 2016
1 parent a574458 commit 0426751
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
3 changes: 1 addition & 2 deletions core/lib/Foswiki/Configure/Item.pm
Expand Up @@ -28,8 +28,7 @@ use v5.14;
use Foswiki::Configure::LoadSpec ();
use Foswiki::Exception ();

use Moo;
use namespace::clean;
use Foswiki::Class;
extends qw(Foswiki::Object);

has attrs => (
Expand Down
2 changes: 1 addition & 1 deletion core/lib/Foswiki/Configure/LoadSpec.pm
Expand Up @@ -4,7 +4,7 @@
# parse. They are expanded to section blocks at the end.
package SectionMarker;
use v5.14;
use Moo;
use Foswiki::Class;
extends qw(Foswiki::Configure::Item);

has Depth => ( is => 'rw', );
Expand Down
3 changes: 1 addition & 2 deletions core/lib/Foswiki/Configure/Reporter.pm
Expand Up @@ -7,8 +7,7 @@ use Assert;
use JSON ();
use Data::Dumper ();

use Moo;
use namespace::clean;
use Foswiki::Class;
extends qw(Foswiki::Object);

# Number of levels of a stack trace to keep
Expand Down
3 changes: 1 addition & 2 deletions core/lib/Foswiki/Configure/Value.pm
Expand Up @@ -59,8 +59,7 @@ use Assert;
use Foswiki::Configure::FileUtil ();
use Foswiki::Configure::Reporter ();

use Moo;
use namespace::clean;
use Foswiki::Class;
extends qw(Foswiki::Configure::Item);

# Legal options for a CHECK. The number indicates the number of expected
Expand Down
3 changes: 1 addition & 2 deletions core/lib/Foswiki/Configure/Wizards/Save.pm
Expand Up @@ -21,8 +21,7 @@ use Foswiki::Configure::LoadSpec ();
use Foswiki::Configure::Checker ();
use Foswiki::Configure::FileUtil ();

use Moo;
use namespace::clean;
use Foswiki::Class;
extends qw(Foswiki::Configure::Wizard);

use constant TRACE_SAVE => 0;
Expand Down

0 comments on commit 0426751

Please sign in to comment.