Skip to content

Commit

Permalink
clean up Tie::IxHash imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Graham Knop committed Mar 10, 2010
1 parent fe5085f commit 913fa9a
Show file tree
Hide file tree
Showing 58 changed files with 36 additions and 24 deletions.
1 change: 1 addition & 0 deletions lib/WebGUI/Account/Contributions.pm
Expand Up @@ -7,6 +7,7 @@ use WebGUI::International;
use WebGUI::Pluggable;
use WebGUI::Utility;
use WebGUI::Operation::Auth;
use Tie::IxHash;

use base qw/WebGUI::Account/;

Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Account/FriendManager.pm
Expand Up @@ -7,6 +7,7 @@ use WebGUI::Friends;
use WebGUI::International;
use WebGUI::Pluggable;
use WebGUI::Utility;
use Tie::IxHash;
use base qw/WebGUI::Account/;

use List::MoreUtils qw/uniq/;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Account/Friends.pm
Expand Up @@ -6,6 +6,7 @@ use WebGUI::Exception;
use WebGUI::International;
use WebGUI::Pluggable;
use WebGUI::Utility;
use Tie::IxHash;
use base qw/WebGUI::Account/;

=head1 NAME
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Account/Inbox.pm
Expand Up @@ -7,6 +7,7 @@ use WebGUI::Exception;
use WebGUI::International;
use WebGUI::Pluggable;
use WebGUI::Utility;
use Tie::IxHash;
use base qw/WebGUI::Account/;

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Event.pm
Expand Up @@ -18,7 +18,6 @@ our $VERSION = "0.0.0";
=cut

use Tie::IxHash;
use Carp qw(croak);

use WebGUI::International;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/File/GalleryFile.pm
Expand Up @@ -15,6 +15,7 @@ package WebGUI::Asset::File::GalleryFile;
=cut

use strict;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::File';
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/MapPoint.pm
Expand Up @@ -15,7 +15,6 @@ package WebGUI::Asset::MapPoint;
=cut

use strict;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset';
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/RichEdit.pm
Expand Up @@ -19,6 +19,7 @@ use WebGUI::Form;
use WebGUI::Utility;
use WebGUI::International;
use JSON;
use Tie::IxHash;

use Moose;
use WebGUI::Definition::Asset;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Sku.pm
Expand Up @@ -15,7 +15,6 @@ package WebGUI::Asset::Sku;
=cut

use strict;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset';
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Sku/Ad.pm
Expand Up @@ -15,7 +15,6 @@ package WebGUI::Asset::Sku::Ad;
=cut

use strict;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Sku';
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Sku/Donation.pm
Expand Up @@ -15,7 +15,6 @@ package WebGUI::Asset::Sku::Donation;
=cut

use strict;
use Tie::IxHash;

use Moose;
use WebGUI::Definition::Asset;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Sku/FlatDiscount.pm
Expand Up @@ -15,7 +15,6 @@ package WebGUI::Asset::Sku::FlatDiscount;
=cut

use strict;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Sku';
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Sku/Subscription.pm
Expand Up @@ -15,7 +15,6 @@ package WebGUI::Asset::Sku::Subscription;
=cut

use strict;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Sku';
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Wobject/Article.pm
Expand Up @@ -11,7 +11,6 @@ package WebGUI::Asset::Wobject::Article;
#-------------------------------------------------------------------

use strict;
use Tie::IxHash;
use WebGUI::International;
use WebGUI::Paginator;

Expand Down
2 changes: 1 addition & 1 deletion lib/WebGUI/Asset/Wobject/Calendar.pm
Expand Up @@ -14,6 +14,7 @@ use strict;

#use base qw/WebGUI::Asset::Wobject WebGUI::JSONCollateral/;
use Moose;
use Tie::IxHash;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Wobject';

Expand Down Expand Up @@ -285,7 +286,6 @@ use WebGUI::DateTime;
use DateTime;
use JSON;
use Text::Wrap;
use Tie::IxHash;

=head1 NAME
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/Wobject/Collaboration.pm
Expand Up @@ -11,6 +11,7 @@ package WebGUI::Asset::Wobject::Collaboration;
#-------------------------------------------------------------------

use strict;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Wobject';
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/Wobject/Gallery.pm
Expand Up @@ -11,6 +11,7 @@ package WebGUI::Asset::Wobject::Gallery;
#-------------------------------------------------------------------

use strict;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Wobject';
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/Wobject/HttpProxy.pm
Expand Up @@ -21,6 +21,7 @@ use WebGUI::Storage;
use WebGUI::Asset::Wobject::HttpProxy::Parse;
use WebGUI::Macro;
use Apache2::Upload;
use Tie::IxHash;

use Moose;
use WebGUI::Definition::Asset;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/Wobject/InOutBoard.pm
Expand Up @@ -6,6 +6,7 @@ use WebGUI::HTMLForm;
use WebGUI::International;
use WebGUI::Paginator;
use WebGUI::SQL;
use Tie::IxHash;

use Moose;
use WebGUI::Definition::Asset;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/Wobject/Layout.pm
Expand Up @@ -16,6 +16,7 @@ package WebGUI::Asset::Wobject::Layout;

use strict;
use WebGUI::AdSpace;
use Tie::IxHash;
use Moose;
use WebGUI::Definition::Asset;
extends 'WebGUI::Asset::Wobject';
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Wobject/Map.pm
Expand Up @@ -13,7 +13,6 @@ $VERSION = "1.0.0";
#-------------------------------------------------------------------

use strict;
use Tie::IxHash;
use WebGUI::International;
use WebGUI::Utility;
use HTML::Entities qw(encode_entities);
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Wobject/MessageBoard.pm
Expand Up @@ -11,7 +11,6 @@ package WebGUI::Asset::Wobject::MessageBoard;
#-------------------------------------------------------------------

use strict;
use Tie::IxHash;
use WebGUI::Asset::Wobject;
use WebGUI::International;
use WebGUI::SQL;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Wobject/MultiSearch.pm
Expand Up @@ -20,7 +20,6 @@ package WebGUI::Asset::Wobject::MultiSearch;
use strict;

use Tie::CPHash;
use Tie::IxHash;
use JSON;
use WebGUI::International;
use WebGUI::SQL;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/Wobject/SQLReport.pm
Expand Up @@ -19,6 +19,7 @@ use WebGUI::SQL;
use WebGUI::Utility;
use WebGUI::Asset::Wobject;
use WebGUI::Text qw(:csv);
use Tie::IxHash;

use Moose;
use WebGUI::Definition::Asset;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Wobject/Search.pm
Expand Up @@ -67,7 +67,6 @@ property paginateAfter => (



use Tie::IxHash;
use WebGUI::International;
use WebGUI::Paginator;
use WebGUI::Search;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Wobject/Shelf.pm
Expand Up @@ -12,7 +12,6 @@ package WebGUI::Asset::Wobject::Shelf;

use strict;
use List::MoreUtils;
use Tie::IxHash;
use WebGUI::International;
use Moose;
use WebGUI::Definition::Asset;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Asset/Wobject/StockData.pm
Expand Up @@ -15,6 +15,7 @@ use WebGUI::International;
use WebGUI::Utility;
use WebGUI::Asset::Wobject;
use Finance::Quote;
use Tie::IxHash;

use Moose;
use WebGUI::Definition::Asset;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Wobject/Survey.pm
Expand Up @@ -11,7 +11,6 @@ package WebGUI::Asset::Wobject::Survey;
#-------------------------------------------------------------------

use strict;
use Tie::IxHash;
use JSON;
use WebGUI::International;
use WebGUI::Form::File;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Asset/Wobject/SyndicatedContent.pm
Expand Up @@ -12,7 +12,6 @@ package WebGUI::Asset::Wobject::SyndicatedContent;

use strict;
use HTML::Entities;
use Tie::IxHash;
use WebGUI::Exception;
use WebGUI::HTML;
use WebGUI::International;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/AssetMetaData.pm
Expand Up @@ -15,6 +15,7 @@ package WebGUI::Asset;
=cut

use strict;
use Tie::IxHash;

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Auth.pm
Expand Up @@ -17,7 +17,6 @@ package WebGUI::Auth;
use CGI::Util qw(rearrange);
use DBI;
use strict qw(subs vars);
use Tie::IxHash;
use WebGUI::HTML;
use WebGUI::HTMLForm;
use WebGUI::International;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Auth/WebGUI.pm
Expand Up @@ -23,6 +23,7 @@ use WebGUI::User;
use WebGUI::Utility;
use WebGUI::Form::Captcha;
use Encode ();
use Tie::IxHash;

our @ISA = qw(WebGUI::Auth);

Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Content/AssetManager.pm
Expand Up @@ -8,6 +8,7 @@ use WebGUI::Form;
use WebGUI::Paginator;
use WebGUI::Utility;
use WebGUI::Macro::AdminBar;
use Tie::IxHash;

#----------------------------------------------------------------------------

Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/FilePump/Admin.pm
@@ -1,7 +1,6 @@
package WebGUI::FilePump::Admin;

use strict;
use Tie::IxHash;
use WebGUI::AdminConsole;
use WebGUI::HTMLForm;
use WebGUI::International;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Form.pm
Expand Up @@ -17,7 +17,6 @@ package WebGUI::Form;
use strict;
use Carp qw( croak );
use Scalar::Util qw( blessed );
use Tie::IxHash;
use WebGUI::International;
use WebGUI::Pluggable;
use WebGUI::Utility;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Form/CommentRating.pm
Expand Up @@ -16,6 +16,7 @@ package WebGUI::Form::CommentRating;

use strict;
use base 'WebGUI::Form::RadioList';
use Tie::IxHash;

=head1 NAME
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Form/List.pm
Expand Up @@ -18,6 +18,7 @@ use strict;
use base 'WebGUI::Form::Control';
use WebGUI::Form::Hidden;
use WebGUI::International;
use Tie::IxHash;

=head1 NAME
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Form/SelectSlider.pm
Expand Up @@ -18,6 +18,7 @@ use strict;
use base 'WebGUI::Form::Slider';
use WebGUI::Form::SelectBox;
use WebGUI::International;
use Tie::IxHash;

=head1 NAME
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/LDAPLink.pm
Expand Up @@ -17,6 +17,7 @@ package WebGUI::LDAPLink;

use strict;
use Tie::CPHash;
use Tie::IxHash;
use WebGUI::International;
use Net::LDAP;

Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Operation/FormHelpers.pm
Expand Up @@ -11,7 +11,6 @@ package WebGUI::Operation::FormHelpers;
#-------------------------------------------------------------------

use strict;
use Tie::IxHash;
use WebGUI::Asset;
use WebGUI::Asset::Wobject::Folder;
use WebGUI::Form::Group;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Operation/Group.pm
Expand Up @@ -22,6 +22,7 @@ use WebGUI::Operation::User;
use WebGUI::Paginator;
use WebGUI::SQL;
use WebGUI::Utility;
use Tie::IxHash;

#----------------------------------------------------------------------------
sub _submenu {
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Operation/Help.pm
Expand Up @@ -11,7 +11,6 @@ package WebGUI::Operation::Help;
#-------------------------------------------------------------------

use strict qw(vars subs);
use Tie::IxHash;
use WebGUI::AdminConsole;
use WebGUI::International;
use WebGUI::Asset::Template;
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/Operation/VersionTag.pm
Expand Up @@ -21,6 +21,7 @@ use WebGUI::International;
use WebGUI::VersionTag;
use WebGUI::HTMLForm;
use WebGUI::Paginator;
use Tie::IxHash;

=head1 NAME
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/Operation/Workflow.pm
Expand Up @@ -11,7 +11,6 @@ package WebGUI::Operation::Workflow;
#-------------------------------------------------------------------

use strict;
use Tie::IxHash;
use WebGUI::AdminConsole;
use WebGUI::HTMLForm;
use WebGUI::International;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/PassiveAnalytics/Flow.pm
@@ -1,7 +1,6 @@
package WebGUI::PassiveAnalytics::Flow;

use strict;
use Tie::IxHash;
use WebGUI::AdminConsole;
use WebGUI::HTMLForm;
use WebGUI::International;
Expand Down
1 change: 0 additions & 1 deletion lib/WebGUI/PassiveProfiling.pm
Expand Up @@ -16,7 +16,6 @@ package WebGUI::PassiveProfiling;


use strict;
use Tie::IxHash;

=head1 NAME
Expand Down
1 change: 1 addition & 0 deletions lib/WebGUI/ProfileField.pm
Expand Up @@ -23,6 +23,7 @@ use WebGUI::HTML;
use WebGUI::User;
use WebGUI::Utility;
use WebGUI::Pluggable;
use Tie::IxHash;


=head1 NAME
Expand Down
2 changes: 2 additions & 0 deletions lib/WebGUI/Role/Asset/RssFeed.pm
Expand Up @@ -16,6 +16,8 @@ package WebGUI::Role::Asset::RssFeed;

use Moose::Role;
use WebGUI::Definition::Asset;
use Tie::IxHash;

define tableName => 'assetAspectRssFeed';
property itemsPerFeed => (
noFormPost => 0,
Expand Down

0 comments on commit 913fa9a

Please sign in to comment.