/[cvs]/nfo/perl/libs/Data/Mungle/Code/Symbol.pm
ViewVC logotype

Diff of /nfo/perl/libs/Data/Mungle/Code/Symbol.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by root, Wed Jan 22 17:59:22 2003 UTC revision 1.2 by joko, Thu Mar 27 15:17:03 2003 UTC
# Line 2  Line 2 
2  ##  $Id$  ##  $Id$
3  ## ---------------------------------------------------------------------------  ## ---------------------------------------------------------------------------
4  ##  $Log$  ##  $Log$
5    ##  Revision 1.2  2003/03/27 15:17:03  joko
6    ##  namespace fixes for Data::Mungle::*
7    ##
8  ##  Revision 1.1  2003/01/22 17:59:22  root  ##  Revision 1.1  2003/01/22 17:59:22  root
9  ##  + refactored from Mail::Audit::Dispatch  ##  + refactored from Mail::Audit::Dispatch
10  ##  ##
11  ## ---------------------------------------------------------------------------  ## ---------------------------------------------------------------------------
12    
13    
14  package Data::Code::Symbol;  package Data::Mungle::Code::Symbol;
15    
16  use strict;  use strict;
17  use warnings;  use warnings;
# Line 20  our @EXPORT_OK = qw( Line 23  our @EXPORT_OK = qw(
23  );  );
24    
25    
26  use Data::Code::Ref qw( get_coderef );  use Data::Mungle::Code::Ref qw( get_coderef );
27    
28  sub export_symbols {  sub export_symbols {
29    my $symbols = shift;    my $symbols = shift;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed