Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gh 192 no tablesorter #193

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ lib/Devel/NYTProf/js/jit/jit.js
lib/Devel/NYTProf/js/jit/Treemap.css
lib/Devel/NYTProf/js/jquery-min.js
lib/Devel/NYTProf/js/jquery.floatThead.min.js
lib/Devel/NYTProf/js/jquery.tablesorter.min.js
lib/Devel/NYTProf/js/style-tablesorter.css
lib/Devel/NYTProf/Reader.pm
lib/Devel/NYTProf/ReadStream.pm
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofcalls
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ use strict;
use Devel::NYTProf::Core;
require Devel::NYTProf::Data;

our $VERSION = '6.10';
our $VERSION = '6.11';

use Data::Dumper;
use Getopt::Long;
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofcsv
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use Getopt::Long;

use Devel::NYTProf::Reader;

our $VERSION = '6.10';
our $VERSION = '6.11';

use constant NUMERIC_PRECISION => 5;

Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofhtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ use Devel::NYTProf::Util qw(
);
use Devel::NYTProf::Constants qw(NYTP_SCi_CALLING_SUB);

our $VERSION = '6.10';
our $VERSION = '6.11';

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";
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofmerge
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require Devel::NYTProf::FileHandle;
require Devel::NYTProf::Data;
use List::Util qw(min sum);

our $VERSION = '6.10';
our $VERSION = '6.11';

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";
Expand Down
2 changes: 1 addition & 1 deletion bin/nytprofpf
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ use Devel::NYTProf::Util qw(
);
use Devel::NYTProf::Constants qw(NYTP_SCi_CALLING_SUB);

our $VERSION = '6.10';
our $VERSION = '6.11';

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";
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###########################################################
package Devel::NYTProf;

our $VERSION = '6.10'; # also change in Devel::NYTProf::Core
our $VERSION = '6.11'; # also change in Devel::NYTProf::Core

package # hide the package from the PAUSE indexer
DB;
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Apache.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###########################################################
package Devel::NYTProf::Apache;

our $VERSION = '6.10';
our $VERSION = '6.11';

BEGIN {

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Core.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ package Devel::NYTProf::Core;

use XSLoader;

our $VERSION = '6.10'; # increment with XS changes too
our $VERSION = '6.11';

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

Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Data.pm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ use Devel::NYTProf::FileInfo;
use Devel::NYTProf::SubInfo;
use Devel::NYTProf::Util qw( trace_level _dumper );

our $VERSION = '6.10';
our $VERSION = '6.11';


=head2 new
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/ReadStream.pm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package Devel::NYTProf::ReadStream;
use warnings;
use strict;

our $VERSION = '6.10';
our $VERSION = '6.11';

use base 'Exporter';
our @EXPORT_OK = qw(
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Reader.pm
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
###########################################################
package Devel::NYTProf::Reader;

our $VERSION = '6.10';
our $VERSION = '6.11';

use warnings;
use strict;
Expand Down
2 changes: 1 addition & 1 deletion lib/Devel/NYTProf/Util.pm
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ use Cwd qw(getcwd);
use List::Util qw(sum);
use Devel::NYTProf::Core;

our $VERSION = '6.10';
our $VERSION = '6.11';

our @EXPORT_OK = qw(
fmt_float
Expand Down
1 change: 0 additions & 1 deletion lib/Devel/NYTProf/js/jquery.tablesorter.min.js

This file was deleted.