IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15558


Ignore:
Timestamp:
Nov 9, 2007, 2:50:19 PM (19 years ago)
Author:
jhoblitt
Message:

report an error with line # when eof not parsed
VERSION 1.01

Location:
trunk/PS-IPP-Metadata-Config
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/PS-IPP-Metadata-Config/Changes

    r11646 r15558  
    11Revision history for Perl module PS::IPP::Metadata::Config
     2
     31.01
     4    - report an error with line # when eof not parsed
     5    - remove mdc-dump --file option flag
    26
    371.00 Fri Feb  2 21:51:20 HST 2007
  • trunk/PS-IPP-Metadata-Config/config_grammar.txt

    r14684 r15558  
    11# Copyright (c) 2005  Joshua Hoblitt
    22#
    3 # $Id: config_grammar.txt,v 1.15 2007-08-28 19:12:25 price Exp $
     3# $Id: config_grammar.txt,v 1.16 2007-11-10 00:50:19 jhoblitt Exp $
    44
    55{
     
    1212}
    1313
    14 startrule: grammar eofile
     14startrule: grammar <commit> eofile
    1515    { $item{grammar} }
     16    | <error:could not parse beyond this point>
    1617
    1718grammar:
  • trunk/PS-IPP-Metadata-Config/lib/PS/IPP/Metadata/Config.pm

    r11646 r15558  
    11# Copyright (c) 2005  Joshua Hoblitt
    22#
    3 # $Id: Config.pm,v 1.31 2007-02-03 07:52:06 jhoblitt Exp $
     3# $Id: Config.pm,v 1.32 2007-11-10 00:50:19 jhoblitt Exp $
    44
    55package PS::IPP::Metadata::Config;
     
    88use warnings FATAL => qw( all );
    99
    10 our $VERSION = '1.00';
     10our $VERSION = '1.01';
    1111
    1212use Carp qw( carp );
Note: See TracChangeset for help on using the changeset viewer.