Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package perl-Test-Script for 
openSUSE:Factory checked in at 2025-10-22 12:14:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-Test-Script (Old)
 and      /work/SRC/openSUSE:Factory/.perl-Test-Script.new.18484 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-Test-Script"

Wed Oct 22 12:14:29 2025 rev:31 rq:1312570 version:1.310.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-Test-Script/perl-Test-Script.changes        
2021-05-17 18:45:46.096508145 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-Script.new.18484/perl-Test-Script.changes 
    2025-10-22 12:18:20.956689802 +0200
@@ -1,0 +2,15 @@
+Thu Oct  9 20:48:45 UTC 2025 - Tina Müller <[email protected]>
+
+- updated to 1.310.0 (1.31)
+   see /usr/share/doc/packages/perl-Test-Script/Changes
+
+  1.31      2025-08-11 12:07:41 -0600
+    - Fix bug introduced in 1.30 where exports were not happening correctly
+      in legacy mode (gh#47)
+
+  1.30      2025-08-04 14:01:25 -0600
+    - Documentation improvements (#42)
+    - Fix bug where implicit function export would happen regardless of which
+      functions were explicitly exported (gh#45, gh#46)
+
+-------------------------------------------------------------------

Old:
----
  Test-Script-1.29.tar.gz

New:
----
  README.md
  Test-Script-1.31.tar.gz
  _scmsync.obsinfo
  build.specials.obscpio

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

Other differences:
------------------
++++++ perl-Test-Script.spec ++++++
--- /var/tmp/diff_new_pack.LUvRsZ/_old  2025-10-22 12:18:22.180741362 +0200
+++ /var/tmp/diff_new_pack.LUvRsZ/_new  2025-10-22 12:18:22.184741531 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-Script
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,23 +18,28 @@
 
 %define cpan_name Test-Script
 Name:           perl-Test-Script
-Version:        1.29
+Version:        1.310.0
 Release:        0
-Summary:        Basic cross-platform tests for scripts
+# 1.31 -> normalize -> 1.310.0
+%define cpan_version 1.31
 License:        Artistic-1.0 OR GPL-1.0-or-later
+Summary:        Basic cross-platform tests for scripts
 URL:            https://metacpan.org/release/%{cpan_name}
-Source0:        
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{version}.tar.gz
+Source0:        
https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/%{cpan_name}-%{cpan_version}.tar.gz
 Source1:        cpanspec.yml
+Source100:      README.md
 BuildArch:      noarch
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Capture::Tiny)
-BuildRequires:  perl(Probe::Perl) >= 0.01
+BuildRequires:  perl(Probe::Perl) >= 0.10
 BuildRequires:  perl(Test2::API) >= 1.302015
-BuildRequires:  perl(Test2::V0) >= 0.000060
+BuildRequires:  perl(Test2::V0) >= 0.000121
 Requires:       perl(Capture::Tiny)
-Requires:       perl(Probe::Perl) >= 0.01
+Requires:       perl(Probe::Perl) >= 0.10
 Requires:       perl(Test2::API) >= 1.302015
+Provides:       perl(Test::Script) = %{version}
+%undefine       __perllib_provides
 %{perl_requires}
 
 %description
@@ -54,13 +59,13 @@
 
 In doing so, it is hoped that *Test::Script* can become a module that you
 can safely make a dependency of all your modules, without risking that your
-module won't on some platform because of the dependency.
+module won't install on some platform because of the dependency.
 
 Where a clash exists between wanting more functionality and maintaining
 platform safety, this module will err on the side of platform safety.
 
 %prep
-%autosetup  -n %{cpan_name}-%{version}
+%autosetup -n %{cpan_name}-%{cpan_version} -p1
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -75,6 +80,6 @@
 %perl_gen_filelist
 
 %files -f %{name}.files
-%doc author.yml Changes README
+%doc Changes README
 %license LICENSE
 

++++++ README.md ++++++

## Build Results

Current state of perl in openSUSE:Factory is

![Factory build 
results](https://br.opensuse.org/status/openSUSE:Factory/perl-Test-Script/standard)

The current state of perl in the devel project build (devel:languages:perl)

![Devel project build 
results](https://br.opensuse.org/status/devel:languages:perl/perl-Test-Script)



++++++ Test-Script-1.29.tar.gz -> Test-Script-1.31.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/Changes new/Test-Script-1.31/Changes
--- old/Test-Script-1.29/Changes        2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/Changes        2025-08-11 20:07:44.000000000 +0200
@@ -1,5 +1,14 @@
 Revision history for Perl extension Test-Script
 
+1.31      2025-08-11 12:07:41 -0600
+  - Fix bug introduced in 1.30 where exports were not happening correctly
+    in legacy mode (gh#47)
+
+1.30      2025-08-04 14:01:25 -0600
+  - Documentation improvements (#42)
+  - Fix bug where implicit function export would happen regardless of which
+    functions were explicitly exported (gh#45, gh#46)
+
 1.29      2021-05-13 09:17:30 -0600
   - Production release identical to 1.28_01 release.
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/INSTALL new/Test-Script-1.31/INSTALL
--- old/Test-Script-1.29/INSTALL        2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/INSTALL        2025-08-11 20:07:44.000000000 +0200
@@ -21,8 +21,11 @@
 
 ## Manual installation
 
-As a last resort, you can manually install it. Download the tarball, untar it,
-install configure prerequisites (see below), then build it:
+As a last resort, you can manually install it. If you have not already
+downloaded the release tarball, you can find the download link on the module's
+MetaCPAN page: https://metacpan.org/pod/Test::Script
+
+Untar the tarball, install configure prerequisites (see below), then build it:
 
     % perl Makefile.PL
     % make && make test
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/LICENSE new/Test-Script-1.31/LICENSE
--- old/Test-Script-1.29/LICENSE        2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/LICENSE        2025-08-11 20:07:44.000000000 +0200
@@ -1,4 +1,4 @@
-This software is copyright (c) 2006-2021 by Adam Kennedy.
+This software is copyright (c) 2006-2024 by Adam Kennedy.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
@@ -12,7 +12,7 @@
 
 --- The GNU General Public License, Version 1, February 1989 ---
 
-This software is Copyright (c) 2006-2021 by Adam Kennedy.
+This software is Copyright (c) 2006-2024 by Adam Kennedy.
 
 This is free software, licensed under:
 
@@ -272,7 +272,7 @@
 
 --- The Artistic License 1.0 ---
 
-This software is Copyright (c) 2006-2021 by Adam Kennedy.
+This software is Copyright (c) 2006-2024 by Adam Kennedy.
 
 This is free software, licensed under:
 
@@ -292,21 +292,21 @@
 
   - "Package" refers to the collection of files distributed by the Copyright
     Holder, and derivatives of that collection of files created through
-    textual modification. 
+    textual modification.
   - "Standard Version" refers to such a Package if it has not been modified,
     or has been modified in accordance with the wishes of the Copyright
-    Holder. 
+    Holder.
   - "Copyright Holder" is whoever is named in the copyright or copyrights for
-    the package. 
+    the package.
   - "You" is you, if you're thinking about copying or distributing this 
Package.
   - "Reasonable copying fee" is whatever you can justify on the basis of media
     cost, duplication charges, time of people involved, and so on. (You will
     not be required to justify it to the Copyright Holder, but only to the
-    computing community at large as a market that must bear the fee.) 
+    computing community at large as a market that must bear the fee.)
   - "Freely Available" means that no fee is charged for the item itself, though
     there may be fees involved in handling the item. It also means that
     recipients of the item may redistribute it under the same conditions they
-    received it. 
+    received it.
 
 1. You may make and give away verbatim copies of the source form of the
 Standard Version of this Package without restriction, provided that you
@@ -373,7 +373,7 @@
 
 9. THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED
 WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
-MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 
 The End
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/MANIFEST 
new/Test-Script-1.31/MANIFEST
--- old/Test-Script-1.29/MANIFEST       2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/MANIFEST       2025-08-11 20:07:44.000000000 +0200
@@ -1,4 +1,4 @@
-# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.017.
+# This file was automatically generated by Dist::Zilla::Plugin::Manifest 
v6.033.
 Changes
 INSTALL
 LICENSE
@@ -22,8 +22,11 @@
 t/bin/stdin.txt
 t/bin/taint.pl
 t/bin/warnon.pl
+t/bug_gh45.t
+t/bug_gh45__default.t
 t/bug_gh9.t
 t/test_script__exports.t
+t/test_script__exports__gh47.t
 t/test_script__fails.t
 t/test_script__import.t
 t/test_script__program_runs.t
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/META.json 
new/Test-Script-1.31/META.json
--- old/Test-Script-1.29/META.json      2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/META.json      2025-08-11 20:07:44.000000000 +0200
@@ -5,7 +5,7 @@
       "Adam Kennedy"
    ],
    "dynamic_config" : 0,
-   "generated_by" : "Dist::Zilla version 6.017, CPAN::Meta::Converter version 
2.150010",
+   "generated_by" : "Dist::Zilla version 6.033, CPAN::Meta::Converter version 
2.150010",
    "license" : [
       "perl_5"
    ],
@@ -22,6 +22,16 @@
          }
       },
       "develop" : {
+         "recommends" : {
+            "Dist::Zilla::Plugin::Author::Plicease::Thanks" : "0",
+            "Dist::Zilla::Plugin::Author::Plicease::Upload" : "0",
+            "Dist::Zilla::Plugin::MetaProvides::Package" : "0",
+            "Dist::Zilla::Plugin::Prereqs" : "0",
+            "Dist::Zilla::Plugin::PruneFiles" : "0",
+            "Dist::Zilla::Plugin::RemovePrereqs" : "0",
+            "Dist::Zilla::PluginBundle::Author::Plicease" : "2.79",
+            "Software::License::Perl_5" : "0"
+         },
          "requires" : {
             "FindBin" : "0",
             "Test::EOL" : "0",
@@ -48,7 +58,7 @@
       },
       "test" : {
          "requires" : {
-            "Test2::V0" : "0.000060",
+            "Test2::V0" : "0.000121",
             "perl" : "5.008001"
          }
       }
@@ -56,7 +66,7 @@
    "provides" : {
       "Test::Script" : {
          "file" : "lib/Test/Script.pm",
-         "version" : "1.29"
+         "version" : "1.31"
       }
    },
    "release_status" : "stable",
@@ -71,7 +81,7 @@
          "web" : "https://github.com/uperl/Test-Script";
       }
    },
-   "version" : "1.29",
+   "version" : "1.31",
    "x_contributors" : [
       "Adam Kennedy",
       "Graham Ollis <[email protected]>",
@@ -79,8 +89,8 @@
       "Chris White <[email protected]>",
       "John Karr (BRAINBUZ)"
    ],
-   "x_generated_by_perl" : "v5.33.9",
-   "x_serialization_backend" : "Cpanel::JSON::XS version 4.26",
+   "x_generated_by_perl" : "v5.36.0",
+   "x_serialization_backend" : "Cpanel::JSON::XS version 4.32",
    "x_spdx_expression" : "Artistic-1.0-Perl OR GPL-1.0-or-later",
    "x_use_unsafe_inc" : 0
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/META.yml 
new/Test-Script-1.31/META.yml
--- old/Test-Script-1.29/META.yml       2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/META.yml       2025-08-11 20:07:44.000000000 +0200
@@ -4,13 +4,13 @@
   - 'Graham Ollis <[email protected]>'
   - 'Adam Kennedy'
 build_requires:
-  Test2::V0: '0.000060'
+  Test2::V0: '0.000121'
   perl: '5.008001'
 configure_requires:
   ExtUtils::MakeMaker: '0'
   perl: '5.008001'
 dynamic_config: 0
-generated_by: 'Dist::Zilla version 6.017, CPAN::Meta::Converter version 
2.150010'
+generated_by: 'Dist::Zilla version 6.033, CPAN::Meta::Converter version 
2.150010'
 license: perl
 meta-spec:
   url: http://module-build.sourceforge.net/META-spec-v1.4.html
@@ -19,7 +19,7 @@
 provides:
   Test::Script:
     file: lib/Test/Script.pm
-    version: '1.29'
+    version: '1.31'
 requires:
   Capture::Tiny: '0'
   File::Spec: '0.80'
@@ -32,14 +32,14 @@
   bugtracker: https://github.com/uperl/Test-Script/issues
   homepage: https://metacpan.org/pod/Test::Script
   repository: git://github.com/uperl/Test-Script.git
-version: '1.29'
+version: '1.31'
 x_contributors:
   - 'Adam Kennedy'
   - 'Graham Ollis <[email protected]>'
   - 'Brendan Byrd'
   - 'Chris White <[email protected]>'
   - 'John Karr (BRAINBUZ)'
-x_generated_by_perl: v5.33.9
+x_generated_by_perl: v5.36.0
 x_serialization_backend: 'YAML::Tiny version 1.73'
 x_spdx_expression: 'Artistic-1.0-Perl OR GPL-1.0-or-later'
 x_use_unsafe_inc: 0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/Makefile.PL 
new/Test-Script-1.31/Makefile.PL
--- old/Test-Script-1.29/Makefile.PL    2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/Makefile.PL    2025-08-11 20:07:44.000000000 +0200
@@ -5,7 +5,7 @@
     exit;
   }
 }
-# This file was automatically generated by 
Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.63.
+# This file was automatically generated by 
Dist::Zilla::Plugin::Author::Plicease::MakeMaker v2.79.
 use strict;
 use warnings;
 use 5.008001;
@@ -33,9 +33,9 @@
     "Text::ParseWords" => 0
   },
   "TEST_REQUIRES" => {
-    "Test2::V0" => "0.000060"
+    "Test2::V0" => "0.000121"
   },
-  "VERSION" => "1.29",
+  "VERSION" => "1.31",
   "test"    => {
     "TESTS" => "t/*.t"
   }
@@ -47,7 +47,7 @@
   "IO::Handle"       => 0,
   "Probe::Perl"      => "0.01",
   "Test2::API"       => "1.302015",
-  "Test2::V0"        => "0.000060",
+  "Test2::V0"        => "0.000121",
   "Text::ParseWords" => 0
 );
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/README new/Test-Script-1.31/README
--- old/Test-Script-1.29/README 2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/README 2025-08-11 20:07:44.000000000 +0200
@@ -4,7 +4,7 @@
 
 VERSION
 
-    version 1.29
+    version 1.31
 
 SYNOPSIS
 
@@ -37,7 +37,7 @@
 
     In doing so, it is hoped that Test::Script can become a module that you
     can safely make a dependency of all your modules, without risking that
-    your module won't on some platform because of the dependency.
+    your module won't install on some platform because of the dependency.
 
     Where a clash exists between wanting more functionality and maintaining
     platform safety, this module will err on the side of platform safety.
@@ -363,7 +363,7 @@
 
 COPYRIGHT AND LICENSE
 
-    This software is copyright (c) 2006-2021 by Adam Kennedy.
+    This software is copyright (c) 2006-2024 by Adam Kennedy.
 
     This is free software; you can redistribute it and/or modify it under
     the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/dist.ini 
new/Test-Script-1.31/dist.ini
--- old/Test-Script-1.29/dist.ini       2021-05-13 17:17:32.000000000 +0200
+++ new/Test-Script-1.31/dist.ini       2025-08-11 20:07:44.000000000 +0200
@@ -3,20 +3,16 @@
 author           = Adam Kennedy
 license          = Perl_5
 copyright_holder = Adam Kennedy
-copyright_year   = 2006-2021
-version          = 1.29
+copyright_year   = 2006-2024
+version          = 1.31
 
 [@Author::Plicease]
-:version      = 2.61
+:version      = 2.79
 release_tests = 1
 test2_v0      = 1
 github_user   = uperl
 
 workflow = linux
-workflow = macos
-workflow = windows
-workflow = cygwin
-workflow = msys2-mingw
 
 [RemovePrereqs]
 remove = strict
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/lib/Test/Script.pm 
new/Test-Script-1.31/lib/Test/Script.pm
--- old/Test-Script-1.29/lib/Test/Script.pm     2021-05-13 17:17:32.000000000 
+0200
+++ new/Test-Script-1.31/lib/Test/Script.pm     2025-08-11 20:07:44.000000000 
+0200
@@ -1,14 +1,14 @@
 package Test::Script;
 
 # ABSTRACT: Basic cross-platform tests for scripts
-our $VERSION = '1.29'; # VERSION
+our $VERSION = '1.31'; # VERSION
 
 
 use 5.008001;
 use strict;
 use warnings;
 use Carp qw( croak );
-use Exporter;
+use Exporter ();
 use File::Spec;
 use File::Spec::Unix;
 use Probe::Perl;
@@ -44,7 +44,7 @@
 };
 
 sub import {
-  my $self = shift;
+  my $class = shift;
   my $pack = caller;
   if(defined $_[0] && $_[0] =~ /^(?:no_plan|skip_all|tests)$/)
   {
@@ -64,9 +64,14 @@
       $ctx->hub->plan('NO PLAN');
     }
     $ctx->release;
+    foreach ( @EXPORT ) {
+      $class->export_to_level(1, $class, $_);
+    }
   }
-  foreach ( @EXPORT ) {
-    $self->export_to_level(1, $self, $_);
+  else
+  {
+    unshift @_, $class;
+    goto &Exporter::import;
   }
 }
 
@@ -504,7 +509,7 @@
 
 =head1 VERSION
 
-version 1.29
+version 1.31
 
 =head1 SYNOPSIS
 
@@ -536,7 +541,7 @@
 
 In doing so, it is hoped that B<Test::Script> can become a module that
 you can safely make a dependency of all your modules, without risking that
-your module won't on some platform because of the dependency.
+your module won't install on some platform because of the dependency.
 
 Where a clash exists between wanting more functionality and maintaining
 platform safety, this module will err on the side of platform safety.
@@ -877,7 +882,7 @@
 
 =head1 COPYRIGHT AND LICENSE
 
-This software is copyright (c) 2006-2021 by Adam Kennedy.
+This software is copyright (c) 2006-2024 by Adam Kennedy.
 
 This is free software; you can redistribute it and/or modify it under
 the same terms as the Perl 5 programming language system itself.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/t/bug_gh45.t 
new/Test-Script-1.31/t/bug_gh45.t
--- old/Test-Script-1.29/t/bug_gh45.t   1970-01-01 01:00:00.000000000 +0100
+++ new/Test-Script-1.31/t/bug_gh45.t   2025-08-11 20:07:44.000000000 +0200
@@ -0,0 +1,90 @@
+use Test2::V0 -no_srand => 1;
+use Test::Script ();
+
+is(
+    \@Test::Script::EXPORT,
+    bag {
+        item $_ for qw(
+            script_compiles
+            script_compiles_ok
+            script_fails
+            script_runs
+            script_stdout_is
+            script_stdout_isnt
+            script_stdout_like
+            script_stdout_unlike
+            script_stderr_is
+            script_stderr_isnt
+            script_stderr_like
+            script_stderr_unlike
+            program_fails
+            program_runs
+            program_stdout_is
+            program_stdout_isnt
+            program_stdout_like
+            program_stdout_unlike
+            program_stderr_is
+            program_stderr_isnt
+            program_stderr_like
+            program_stderr_unlike
+        );
+        etc;
+    },
+    'the list of exports contains at least the functions that was defined when 
this test was created',
+);
+
+not_imported_ok(qw(
+            script_compiles
+            script_compiles_ok
+            script_fails
+            script_runs
+            script_stdout_is
+            script_stdout_isnt
+            script_stdout_like
+            script_stdout_unlike
+            script_stderr_is
+            script_stderr_isnt
+            script_stderr_like
+            script_stderr_unlike
+            program_fails
+            program_runs
+            program_stdout_is
+            program_stdout_isnt
+            program_stdout_like
+            program_stdout_unlike
+            program_stderr_is
+            program_stderr_isnt
+            program_stderr_like
+            program_stderr_unlike
+        ),
+);
+
+Test::Script->import('script_compiles', 'script_runs');
+
+imported_ok('script_compiles','script_runs');
+
+not_imported_ok(qw(
+            script_compiles_ok
+            script_fails
+            script_stdout_is
+            script_stdout_isnt
+            script_stdout_like
+            script_stdout_unlike
+            script_stderr_is
+            script_stderr_isnt
+            script_stderr_like
+            script_stderr_unlike
+            program_fails
+            program_runs
+            program_stdout_is
+            program_stdout_isnt
+            program_stdout_like
+            program_stdout_unlike
+            program_stderr_is
+            program_stderr_isnt
+            program_stderr_like
+            program_stderr_unlike
+        ),
+);
+
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/t/bug_gh45__default.t 
new/Test-Script-1.31/t/bug_gh45__default.t
--- old/Test-Script-1.29/t/bug_gh45__default.t  1970-01-01 01:00:00.000000000 
+0100
+++ new/Test-Script-1.31/t/bug_gh45__default.t  2025-08-11 20:07:44.000000000 
+0200
@@ -0,0 +1,30 @@
+use Test2::V0 -no_srand => 1;
+use Test::Script;
+
+imported_ok(qw(
+            script_compiles
+            script_compiles_ok
+            script_fails
+            script_runs
+            script_stdout_is
+            script_stdout_isnt
+            script_stdout_like
+            script_stdout_unlike
+            script_stderr_is
+            script_stderr_isnt
+            script_stderr_like
+            script_stderr_unlike
+            program_fails
+            program_runs
+            program_stdout_is
+            program_stdout_isnt
+            program_stdout_like
+            program_stdout_unlike
+            program_stderr_is
+            program_stderr_isnt
+            program_stderr_like
+            program_stderr_unlike
+        ),
+);
+
+done_testing;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-Script-1.29/t/test_script__exports__gh47.t 
new/Test-Script-1.31/t/test_script__exports__gh47.t
--- old/Test-Script-1.29/t/test_script__exports__gh47.t 1970-01-01 
01:00:00.000000000 +0100
+++ new/Test-Script-1.31/t/test_script__exports__gh47.t 2025-08-11 
20:07:44.000000000 +0200
@@ -0,0 +1,31 @@
+use Test2::V0 -no_srand => 1;
+use Test::Script tests => 1;
+
+# replaces t/01_compile.t
+
+subtest 'expected imports' => sub {
+  imported_ok $_ for qw(
+    script_compiles
+    script_compiles_ok
+    script_runs
+    script_stdout_is
+    script_stdout_isnt
+    script_stdout_like
+    script_stdout_unlike
+    script_stderr_is
+    script_stderr_isnt
+    script_stderr_like
+    script_stderr_unlike
+    program_runs
+    program_stdout_is
+    program_stdout_isnt
+    program_stdout_like
+    program_stdout_unlike
+    program_stderr_is
+    program_stderr_isnt
+    program_stderr_like
+    program_stderr_unlike
+  );
+};
+
+done_testing;

++++++ _scmsync.obsinfo ++++++
mtime: 1760042925
commit: 5e7d125aa4509874d2a938121b1c9bc8b15e44203a129f30bc817edbefc73162
url: https://src.opensuse.org/perl/perl-Test-Script.git
revision: 5e7d125aa4509874d2a938121b1c9bc8b15e44203a129f30bc817edbefc73162
projectscmsync: https://src.opensuse.org/perl/_ObsPrj

++++++ build.specials.obscpio ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/.gitignore new/.gitignore
--- old/.gitignore      1970-01-01 01:00:00.000000000 +0100
+++ new/.gitignore      2025-10-14 16:20:17.000000000 +0200
@@ -0,0 +1 @@
+.osc

Reply via email to