import Devel-Size 0.63 from CPAN
[p5sagit/Devel-Size.git] / Size.pm
diff --git a/Size.pm b/Size.pm
index 6b2b987..e0e6f7e 100755 (executable)
--- a/Size.pm
+++ b/Size.pm
@@ -24,7 +24,7 @@ require DynaLoader;
 @EXPORT = qw(
        
 );
-$VERSION = '0.59';
+$VERSION = '0.63';
 
 bootstrap Devel::Size $VERSION;
 
@@ -230,8 +230,6 @@ These may be disabled by setting
 
 =item  "Devel::Size: Calculated sizes for FMs are incomplete"
 
-=item  "Devel::Size: Calculated sizes for IOs are incomplete"
-
 =back
 
 =head1 BUGS
@@ -247,6 +245,15 @@ allocation alignments, or C library overhead.
 
 Dan Sugalski dan@sidhe.org
 
+Small portion taken from the B module as shipped with perl 5.6.2.
+
+=head1 COPYRIGHT
+
+Copyright (C) 2005 Dan Sugalski.
+
+This module is free software; you can redistribute it and/or modify it
+under the same terms as Perl itself.
+
 =head1 SEE ALSO
 
 perl(1).