package AnyMongo::GridFS::File; BEGIN { $AnyMongo::GridFS::File::VERSION = '0.03'; } # ABSTRACT: A un-blocking Mongo GridFS file use strict; use warnings; 1; =pod =head1 NAME AnyMongo::GridFS::File - A un-blocking Mongo GridFS file =head1 VERSION version 0.03 =head1 AUTHORS =over 4 =item * Pan Fan(nightsailer) =item * Kristina Chodorow =back =head1 COPYRIGHT AND LICENSE This software is copyright (c) 2010 by Pan Fan(nightsailer). This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. =cut __END__