Skip to content

Commit

Permalink
Bug fix for brain-dead Perl 5.6.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Feb 10, 2004
1 parent b24bed1 commit 54205fa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/Bric/Biz/Asset.pm
Expand Up @@ -8,15 +8,15 @@ asset is anything that goes through workflow
=head1 VERSION
$Revision: 1.25.2.18 $
$Revision: 1.25.2.19 $
=cut

our $VERSION = (qw$Revision: 1.25.2.18 $ )[-1];
our $VERSION = (qw$Revision: 1.25.2.19 $ )[-1];

=head1 DATE
$Date: 2004-02-06 06:10:17 $
$Date: 2004-02-10 20:56:24 $
=head1 SYNOPSIS
Expand Down Expand Up @@ -131,7 +131,7 @@ use base qw(Bric);
#======================================#

use constant DEBUG => 0;
use constant RO_FIELDS => ();
sub RO_FIELDS () { return };

#==============================================================================#
# Fields #
Expand Down

0 comments on commit 54205fa

Please sign in to comment.