Skip to content

Commit

Permalink
Merge pull request #151 from jouvin/rule-based-editor
Browse files Browse the repository at this point in the history
Rule based editor
  • Loading branch information
stdweird committed May 10, 2016
2 parents 008caf3 + 95b3896 commit 60388b0
Show file tree
Hide file tree
Showing 7 changed files with 2,218 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/main/perl/FileEditor.pm
Expand Up @@ -7,12 +7,10 @@ package CAF::FileEditor;

use strict;
use warnings;
use CAF::FileWriter;
use LC::File;
use Exporter;
use Fcntl qw(:seek);

our @ISA = qw (CAF::FileWriter Exporter);
use parent qw(CAF::FileWriter Exporter);
our @EXPORT = qw(BEGINNING_OF_FILE ENDING_OF_FILE);

use constant BEGINNING_OF_FILE => (SEEK_SET, 0);
Expand All @@ -24,6 +22,7 @@ use constant IO_SEEK_END => (0, SEEK_END);

use constant SYSCONFIG_SEPARATOR => '=';


=pod
=head1 NAME
Expand Down

0 comments on commit 60388b0

Please sign in to comment.