The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
File::Scan::ClamAV Changes

1.93 2015-04-25
    - Reduce mem usage of streamscan() [cpan #78769]
    - untaint if using find_all
    - Add host attribute to enable remote scanning.
    - Change test suite to Test::More

1.92 2015-04-25
    - Increase test timeouts

1.91
     - Deprecated rawscan) and replaced with scan() to maintain backwards
       compatibility

     - Tidied module 

1.9 
     - Fix for https://rt.cpan.org/Ticket/Display.html?id=26684
   
     - Removed rawscan() as ClamAV no longer supports this - use 
       scan() instead

1.8
     - New versioning schema, it now uses the CVS version
       for the module dist version.

       Fixed bug reported by rt.cpan.org users in the scan()
       routine.

1.06
     - Documentation update
     
1.05
     - Initial release