diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-09-09 18:21:59 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:38:01 -0500 |
commit | 5d6706e0775b6c9a9920966f6ef9fcd4a8d34345 (patch) | |
tree | 991317fcd3d047d524a0e33d98a40a5c46fdc568 /source4/pidl/lib/Parse/Pidl/Util.pm | |
parent | 6635e7b2ad97d482f74d696cfb1b277d62d949c1 (diff) | |
download | samba-5d6706e0775b6c9a9920966f6ef9fcd4a8d34345.tar.gz samba-5d6706e0775b6c9a9920966f6ef9fcd4a8d34345.tar.bz2 samba-5d6706e0775b6c9a9920966f6ef9fcd4a8d34345.zip |
r10123: Add more warnings. Support quotes in conformance command arguments
(This used to be commit e6842fcc9809bcf8de678199a6f28fbbde6c0b83)
Diffstat (limited to 'source4/pidl/lib/Parse/Pidl/Util.pm')
-rw-r--r-- | source4/pidl/lib/Parse/Pidl/Util.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/pidl/lib/Parse/Pidl/Util.pm b/source4/pidl/lib/Parse/Pidl/Util.pm index 8854be9d74..572df0dc09 100644 --- a/source4/pidl/lib/Parse/Pidl/Util.pm +++ b/source4/pidl/lib/Parse/Pidl/Util.pm @@ -6,7 +6,7 @@ package Parse::Pidl::Util; require Exporter; @ISA = qw(Exporter); -@EXPORT = qw(has_property property_matches ParseExpr is_constant); +@EXPORT = qw(has_property property_matches ParseExpr is_constant make_str); use strict; |