Author: gisle.aas
Date: Tue Oct 28 14:00:34 2008
New Revision: 568
Modified:
trunk/lib/Devel/NYTProf/ReadStream.pm
Log:
Complete the rename to ::ReadStream.
Modified: trunk/lib/Devel/NYTProf/ReadStream.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/ReadStream.pm (original)
+++ trunk/lib/Devel/NYTProf/ReadStream.pm Tue Oct 28 14:00:34 2008
@@ -1,4 +1,4 @@
-package Devel::NYTProf::Data::Raw;
+package Devel::NYTProf::ReadStream;
use warnings;
use strict;
@@ -26,11 +26,11 @@
=head1 NAME
-Devel::NYTProf::Data::Raw - Reader of Devel::NYTProf data files
+Devel::NYTProf::ReadStream - Reader of Devel::NYTProf data files
=head1 SYNOPSIS
- use Devel::NYTProf::Data::Raw qw(for_chunks);
+ use Devel::NYTProf::ReadStream qw(for_chunks);
for_chunks {
my $tag = shift;
print "$tag\n";
--~--~---------~--~----~------------~-------~--~----~
You've received this message because you are subscribed to
the Devel::NYTProf Development User group.
Group hosted at: http://groups.google.com/group/develnytprof-dev
Project hosted at: http://perl-devel-nytprof.googlecode.com
CPAN distribution: http://search.cpan.org/dist/Devel-NYTProf
To post, email: [email protected]
To unsubscribe, email: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---