IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2898 for trunk/Nebulous/lib


Ignore:
Timestamp:
Jan 4, 2005, 4:44:54 PM (22 years ago)
Author:
jhoblitt
Message:

fatal warnings

Location:
trunk/Nebulous/lib/Nebulous
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/lib/Nebulous/Client.pm

    r2895 r2898  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Client.pm,v 1.9 2005-01-04 23:27:37 jhoblitt Exp $
     3# $Id: Client.pm,v 1.10 2005-01-05 02:44:54 jhoblitt Exp $
    44
    55package PS::IPP::IData::Client;
    66
    77use strict;
    8 use warnings;
     8use warnings FATAL => qw( all );
    99
    1010our $VERSION = '0.01';
  • trunk/Nebulous/lib/Nebulous/Client/Log.pm

    r2785 r2898  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Log.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
     3# $Id: Log.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
    44
    55package PS::IPP::IData::Client::Log;
    66
    77use strict;
     8use warnings FATAL => qw( all );
    89
    910our $VERSION = '0.01';
  • trunk/Nebulous/lib/Nebulous/Server.pm

    r2785 r2898  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Server.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
     3# $Id: Server.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
    44
    55package PS::IPP::IData::Server;
    66
    77use strict;
    8 use warnings;
    9 no warnings qw( uninitialized );
     8use warnings FATAL => qw( all );
    109
    1110our $VERSION = '0.01';
  • trunk/Nebulous/lib/Nebulous/Server/Apache.pm

    r2785 r2898  
    66
    77use strict;
     8use warnings FATAL => qw( all );
    89
    910our $VERSION = 0.01;
  • trunk/Nebulous/lib/Nebulous/Server/Log.pm

    r2785 r2898  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Log.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
     3# $Id: Log.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
    44
    55package PS::IPP::IData::Server::Log;
    66
    77use strict;
     8use warnings FATAL => qw( all );
    89
    910our $VERSION = '0.01';
  • trunk/Nebulous/lib/Nebulous/Server/SQL.pm

    r2785 r2898  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: SQL.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
     3# $Id: SQL.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
    44
    55package PS::IPP::IData::Server::SQL;
    66
    77use strict;
     8use warnings FATAL => qw( all );
    89
    910our $VERSION = '0.01';
  • trunk/Nebulous/lib/Nebulous/Util.pm

    r2785 r2898  
    11# Copyright (c) 2004  Joshua Hoblitt
    22#
    3 # $Id: Util.pm,v 1.1.1.1 2004-12-22 02:16:24 jhoblitt Exp $
     3# $Id: Util.pm,v 1.2 2005-01-05 02:44:54 jhoblitt Exp $
    44
    55package PS::IPP::IData::Util;
    66
    77use strict;
     8use warnings FATAL => qw( all );
    89
    910our $VERSION = '0.01';
Note: See TracChangeset for help on using the changeset viewer.