Author: tim.bunce
Date: Tue Mar 24 02:21:49 2009
New Revision: 719

Modified:
    trunk/bin/nytprofhtml
    trunk/lib/Devel/NYTProf.pm
    trunk/lib/Devel/NYTProf/Core.pm
    trunk/lib/Devel/NYTProf/Data.pm
    trunk/lib/Devel/NYTProf/ReadStream.pm
    trunk/lib/Devel/NYTProf/Reader.pm
    trunk/lib/Devel/NYTProf/Util.pm

Log:
Prep for release - bump version


Modified: trunk/bin/nytprofhtml
==============================================================================
--- trunk/bin/nytprofhtml       (original)
+++ trunk/bin/nytprofhtml       Tue Mar 24 02:21:49 2009
@@ -26,7 +26,7 @@
      html_safe_filename
  );

-our $VERSION = 2.08;
+our $VERSION = '2.09';

  if ($VERSION != $Devel::NYTProf::Core::VERSION) {
      die "$0 version '$VERSION' doesn't match  
version '$Devel::NYTProf::Core::VERSION' of  
$INC{'Devel/NYTProf/Core.pm'}\n";

Modified: trunk/lib/Devel/NYTProf.pm
==============================================================================
--- trunk/lib/Devel/NYTProf.pm  (original)
+++ trunk/lib/Devel/NYTProf.pm  Tue Mar 24 02:21:49 2009
@@ -11,7 +11,7 @@
  ###########################################################
  package Devel::NYTProf;

-our $VERSION = '2.08';
+our $VERSION = '2.09';

  package    # hide the package from the PAUSE indexer
      DB;

Modified: trunk/lib/Devel/NYTProf/Core.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Core.pm     (original)
+++ trunk/lib/Devel/NYTProf/Core.pm     Tue Mar 24 02:21:49 2009
@@ -14,7 +14,7 @@

  use XSLoader;

-our $VERSION = '2.08';    # increment with XS changes too
+our $VERSION = '2.09';    # increment with XS changes too

  XSLoader::load('Devel::NYTProf', $VERSION);


Modified: trunk/lib/Devel/NYTProf/Data.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Data.pm     (original)
+++ trunk/lib/Devel/NYTProf/Data.pm     Tue Mar 24 02:21:49 2009
@@ -52,7 +52,7 @@
  use Devel::NYTProf::SubInfo;
  use Devel::NYTProf::Util qw(make_path_strip_editor strip_prefix_from_paths  
get_abs_paths_alternation_regex);

-our $VERSION = '2.08';
+our $VERSION = '2.09';

  my $trace = (($ENV{NYTPROF}||'') =~ m/\b trace=(\d+) /x) && $1; # XXX a  
hack


Modified: trunk/lib/Devel/NYTProf/ReadStream.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/ReadStream.pm       (original)
+++ trunk/lib/Devel/NYTProf/ReadStream.pm       Tue Mar 24 02:21:49 2009
@@ -3,7 +3,7 @@
  use warnings;
  use strict;

-our $VERSION = '2.08';
+our $VERSION = '2.09';

  use base 'Exporter';
  our @EXPORT_OK = qw(

Modified: trunk/lib/Devel/NYTProf/Reader.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Reader.pm   (original)
+++ trunk/lib/Devel/NYTProf/Reader.pm   Tue Mar 24 02:21:49 2009
@@ -11,7 +11,7 @@
  ###########################################################
  package Devel::NYTProf::Reader;

-our $VERSION = '2.08';
+our $VERSION = '2.09';

  use warnings;
  use strict;

Modified: trunk/lib/Devel/NYTProf/Util.pm
==============================================================================
--- trunk/lib/Devel/NYTProf/Util.pm     (original)
+++ trunk/lib/Devel/NYTProf/Util.pm     Tue Mar 24 02:21:49 2009
@@ -40,7 +40,7 @@
  use List::Util qw(sum);
  use UNIVERSAL qw( isa can VERSION );

-our $VERSION = '2.08';
+our $VERSION = '2.09';

  our @EXPORT_OK = qw(
      fmt_float

--~--~---------~--~----~------------~-------~--~----~
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]
-~----------~----~----~----~------~----~------~--~---

Reply via email to