Mail-Transport-Dbx

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

      my $email;
      {
        my $dbx = Mail::Transport::Dbx->net("file.dbx");
        $email = $dbx->get(0);
      }
      print $email->as_string; # segfault
      
    - revisited documentation and fixed typos 
      (including one mis-spelled method-name)

0.02  Tue Jan 14 08:28:02 CET 2003
    - removed a segfault in header() and body() when as_string() 
      returns undef
    - thinned libdbx/define.h to get rid of useless macros
    - replaced all C++ish comments from libdbx with their C counterparts
    - some tests relied on locales settings and thus were not portable
    - compilation: now compiles on suncc (with -Xa or -Xt set) and VisualC

0.01  Fri Jan 10 07:50:23 2003
	- original version; created by h2xs 1.22 with options
		-O -b 5.5.3 -n Mail::Transport::Dbx /home/ethan/libdbx.h



( run in 1.540 second using v1.01-cache-2.11-cpan-49f99fa48dc )