Hello community,

here is the log from the commit of package perl-Mojolicious-Plugin-NYTProf for 
openSUSE:Factory checked in at 2020-08-12 10:29:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-NYTProf.new.3399 
(New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Mojolicious-Plugin-NYTProf"

Wed Aug 12 10:29:49 2020 rev:5 rq:825777 version:0.23

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/perl-Mojolicious-Plugin-NYTProf/perl-Mojolicious-Plugin-NYTProf.changes
  2019-07-02 10:39:34.706689790 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Mojolicious-Plugin-NYTProf.new.3399/perl-Mojolicious-Plugin-NYTProf.changes
        2020-08-12 10:35:05.988249658 +0200
@@ -1,0 +2,9 @@
+Tue Aug 11 03:14:04 UTC 2020 - Tina Müller <[email protected]>
+
+- updated to 0.23
+   see /usr/share/doc/packages/perl-Mojolicious-Plugin-NYTProf/Changes
+
+  0.23     2020-08-10
+          - [Doc] Document necessary ENV variables for non-broken report links
+
+-------------------------------------------------------------------

Old:
----
  Mojolicious-Plugin-NYTProf-0.22.tar.gz

New:
----
  Mojolicious-Plugin-NYTProf-0.23.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-Mojolicious-Plugin-NYTProf.spec ++++++
--- /var/tmp/diff_new_pack.EeYKIQ/_old  2020-08-12 10:35:08.324250818 +0200
+++ /var/tmp/diff_new_pack.EeYKIQ/_new  2020-08-12 10:35:08.324250818 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Mojolicious-Plugin-NYTProf
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:           perl-Mojolicious-Plugin-NYTProf
-Version:        0.22
+Version:        0.23
 Release:        0
 %define cpan_name Mojolicious-Plugin-NYTProf
 Summary:        Auto handling of Devel::NYTProf in your Mojolicious app
 License:        Artistic-1.0 OR GPL-1.0-or-later
 Group:          Development/Libraries/Perl
-Url:            https://metacpan.org/release/%{cpan_name}
+URL:            https://metacpan.org/release/%{cpan_name}
 Source0:        
https://cpan.metacpan.org/authors/id/L/LE/LEEJO/%{cpan_name}-%{version}.tar.gz
 Source1:        cpanspec.yml
 BuildArch:      noarch

++++++ Mojolicious-Plugin-NYTProf-0.22.tar.gz -> 
Mojolicious-Plugin-NYTProf-0.23.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.22/Changes 
new/Mojolicious-Plugin-NYTProf-0.23/Changes
--- old/Mojolicious-Plugin-NYTProf-0.22/Changes 2019-06-28 09:43:58.000000000 
+0200
+++ new/Mojolicious-Plugin-NYTProf-0.23/Changes 2020-08-10 08:02:59.000000000 
+0200
@@ -1,5 +1,8 @@
 Revision history for Mojolicious-Plugin-NYTProf
 
+0.23     2020-08-10
+        - [Doc] Document necessary ENV variables for non-broken report links
+
 0.22     2019-07-01
         - Bump Mojolicious version requirement to 8.00
         - Add nonblocking example to ExampleApp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.22/META.json 
new/Mojolicious-Plugin-NYTProf-0.23/META.json
--- old/Mojolicious-Plugin-NYTProf-0.22/META.json       2019-07-01 
09:14:36.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.23/META.json       2020-08-10 
08:03:01.000000000 +0200
@@ -57,6 +57,6 @@
          "url" : "https://github.com/Humanstate/mojolicious-plugin-nytprof";
       }
    },
-   "version" : "0.22",
+   "version" : "0.23",
    "x_serialization_backend" : "JSON::PP version 4.02"
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.22/META.yml 
new/Mojolicious-Plugin-NYTProf-0.23/META.yml
--- old/Mojolicious-Plugin-NYTProf-0.22/META.yml        2019-07-01 
09:14:36.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.23/META.yml        2020-08-10 
08:03:01.000000000 +0200
@@ -32,5 +32,5 @@
   homepage: https://metacpan.org/module/Mojolicious::Plugin::NYTProf
   license: http://dev.perl.org/licenses/
   repository: https://github.com/Humanstate/mojolicious-plugin-nytprof
-version: '0.22'
+version: '0.23'
 x_serialization_backend: 'CPAN::Meta::YAML version 0.018'
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Mojolicious-Plugin-NYTProf-0.22/README.pod 
new/Mojolicious-Plugin-NYTProf-0.23/README.pod
--- old/Mojolicious-Plugin-NYTProf-0.22/README.pod      2019-06-28 
09:58:08.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.23/README.pod      2020-08-10 
08:02:05.000000000 +0200
@@ -10,7 +10,7 @@
 
 =head1 VERSION
 
-0.22
+0.23
 
 =head1 DESCRIPTION
 
@@ -45,7 +45,17 @@
     $self->plugin(NYTProf => $mojo_config);
   }
 
-Then run your app. Profiles generated can be seen by visting /nytprof and 
reports
+Then run your app - you should start your app with the env variables:
+
+  PERL5OPT='-d:NYTProf'
+  NYTPROF=start=no
+
+without this, things go a bit haywire (most obviously manifested as broken 
links
+in the report) because otherwise any code compiled before the C<plugin> call
+cannot be covered, as described in the docs:
+L<https://metacpan.org/pod/Devel::NYTProf#RUN-TIME-CONTROL-OF-PROFILING>
+
+Profiles generated can be seen by visting /nytprof and reports
 will be generated on the fly when you click on a specific profile.
 
 =cut
@@ -59,7 +69,7 @@
 use File::Which;
 use File::Spec::Functions qw/catfile catdir/;
 
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 
 =head1 METHODS
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Mojolicious-Plugin-NYTProf-0.22/lib/Mojolicious/Plugin/NYTProf.pm 
new/Mojolicious-Plugin-NYTProf-0.23/lib/Mojolicious/Plugin/NYTProf.pm
--- old/Mojolicious-Plugin-NYTProf-0.22/lib/Mojolicious/Plugin/NYTProf.pm       
2019-06-28 09:58:08.000000000 +0200
+++ new/Mojolicious-Plugin-NYTProf-0.23/lib/Mojolicious/Plugin/NYTProf.pm       
2020-08-10 08:02:05.000000000 +0200
@@ -10,7 +10,7 @@
 
 =head1 VERSION
 
-0.22
+0.23
 
 =head1 DESCRIPTION
 
@@ -45,7 +45,17 @@
     $self->plugin(NYTProf => $mojo_config);
   }
 
-Then run your app. Profiles generated can be seen by visting /nytprof and 
reports
+Then run your app - you should start your app with the env variables:
+
+  PERL5OPT='-d:NYTProf'
+  NYTPROF=start=no
+
+without this, things go a bit haywire (most obviously manifested as broken 
links
+in the report) because otherwise any code compiled before the C<plugin> call
+cannot be covered, as described in the docs:
+L<https://metacpan.org/pod/Devel::NYTProf#RUN-TIME-CONTROL-OF-PROFILING>
+
+Profiles generated can be seen by visting /nytprof and reports
 will be generated on the fly when you click on a specific profile.
 
 =cut
@@ -59,7 +69,7 @@
 use File::Which;
 use File::Spec::Functions qw/catfile catdir/;
 
-our $VERSION = '0.22';
+our $VERSION = '0.23';
 
 =head1 METHODS
 


Reply via email to