Skip to content

Commit

Permalink
Element: reintroduce deprecated EDG::WP4::CCM::Element with limited n…
Browse files Browse the repository at this point in the history
…umber of exports
  • Loading branch information
stdweird committed Mar 21, 2017
1 parent 6e34372 commit b9a398e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/main/perl/Element.pm
@@ -0,0 +1,21 @@
#${PMpre} EDG::WP4::CCM::Element${PMpost}

use EDG::WP4::CCM::Path qw(escape unescape);

use EDG::WP4::CCM::CacheManager::Encode qw(
PROPERTY RESOURCE
STRING LONG DOUBLE BOOLEAN
LIST NLIST);

use parent qw(Exporter);

warn "Direct usage of EDG::WP4::CCM::Elment is deprecated";

our @EXPORT = qw(unescape);
our @EXPORT_OK = qw(
PROPERTY RESOURCE
STRING LONG DOUBLE BOOLEAN
LIST NLIST
escape);

1;

0 comments on commit b9a398e

Please sign in to comment.