Skip to content

Commit

Permalink
Remove is export from enums - was causing namespace conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
Donald Hunter committed Sep 28, 2017
1 parent 47dd14c commit 77fa73c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Avro/DataFile.pm
Expand Up @@ -48,15 +48,15 @@ package Avro {
# constructors of reader and writer
#======================================

enum Encoding is export <JSON Binary>;
enum Encoding <JSON Binary>;


#== Enum ==============================
# * Codec
# -- the codec, used by the writer
#======================================

enum Codec is export <null deflate>;
enum Codec <null deflate>;


#== Class =============================
Expand Down

0 comments on commit 77fa73c

Please sign in to comment.