Skip to content

Commit

Permalink
Silence annoying warnings during make test.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jul 8, 2004
1 parent b54c99e commit 4f0dc4d
Show file tree
Hide file tree
Showing 29 changed files with 146 additions and 59 deletions.
7 changes: 5 additions & 2 deletions lib/Bric/App/Auth.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

# Grab the Version Number.
INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/App/Authz.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

# Grab the Version Number.
INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Biz/Asset/Formatting.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Dist/ActionType.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

# Grab the Version Number.
INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Asset.pm
Expand Up @@ -38,8 +38,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
9 changes: 6 additions & 3 deletions lib/Bric/SOAP/Auth.pm
Expand Up @@ -27,8 +27,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand All @@ -47,7 +50,7 @@ $LastChangedDate$
cookie_jar => HTTP::Cookies->new(ignore_discard => 1));
# call the login method
my $response = $soap->login(name(username => USER),
my $response = $soap->login(name(username => USER),
name(password => PASSWORD));
# switch uri to call methods in other Bric::SOAP classes
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Category.pm
Expand Up @@ -30,8 +30,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Desk.pm
Expand Up @@ -31,8 +31,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Element.pm
Expand Up @@ -32,8 +32,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Keyword.pm
Expand Up @@ -30,8 +30,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Media.pm
Expand Up @@ -47,8 +47,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/MediaType.pm
Expand Up @@ -30,8 +30,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Site.pm
Expand Up @@ -30,8 +30,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Story.pm
Expand Up @@ -50,8 +50,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Template.pm
Expand Up @@ -49,8 +49,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/User.pm
Expand Up @@ -32,8 +32,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Util.pm
Expand Up @@ -48,8 +48,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/SOAP/Workflow.pm
Expand Up @@ -54,8 +54,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Attribute/Formatting.pm
Expand Up @@ -12,8 +12,11 @@ $LastChangedRevision$
=cut

# Grab the Version Number.
INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Burner.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Burner/Mason.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Coll/Resource.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Coll/ServerType.pm
Expand Up @@ -12,8 +12,11 @@ $LastChangedRevision$
=cut

INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Grp/Formatting.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

# Grab the Version Number.
INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Grp/Job.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

# Grab the Version Number.
INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Job.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

# Grab the Version Number.
INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down
7 changes: 5 additions & 2 deletions lib/Bric/Util/Job/Dist.pm
Expand Up @@ -11,8 +11,11 @@ $LastChangedRevision$
=cut

# Grab the Version Number.
INIT {
require Bric; our $VERSION = Bric->VERSION
{
no warnings;
INIT {
require Bric; our $VERSION = Bric->VERSION
}
}

=head1 DATE
Expand Down

0 comments on commit 4f0dc4d

Please sign in to comment.