You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.2 KiB
109 lines
2.2 KiB
--- lib/MCE/Core/Input/Generator.pm
|
|
+++ lib/MCE/Core/Input/Generator.pm
|
|
@@ -19,7 +19,8 @@ our $VERSION = '1.700';
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings qw( threads recursion uninitialized );
|
|
|
|
--- lib/MCE/Core/Input/Handle.pm
|
|
+++ lib/MCE/Core/Input/Handle.pm
|
|
@@ -18,7 +18,8 @@ our $VERSION = '1.700';
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings qw( threads recursion uninitialized );
|
|
|
|
--- lib/MCE/Core/Input/Iterator.pm
|
|
+++ lib/MCE/Core/Input/Iterator.pm
|
|
@@ -18,7 +18,8 @@ our $VERSION = '1.700';
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings qw( threads recursion uninitialized );
|
|
|
|
--- lib/MCE/Core/Input/Request.pm
|
|
+++ lib/MCE/Core/Input/Request.pm
|
|
@@ -18,7 +18,8 @@ our $VERSION = '1.700';
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings qw( threads recursion uninitialized );
|
|
|
|
--- lib/MCE/Core/Input/Sequence.pm
|
|
+++ lib/MCE/Core/Input/Sequence.pm
|
|
@@ -18,7 +18,8 @@ our $VERSION = '1.700';
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings qw( threads recursion uninitialized );
|
|
|
|
--- lib/MCE/Core/Manager.pm
|
|
+++ lib/MCE/Core/Manager.pm
|
|
@@ -20,7 +20,8 @@ our $VERSION = '1.700';
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings qw( threads recursion uninitialized );
|
|
|
|
--- lib/MCE/Core/Validation.pm
|
|
+++ lib/MCE/Core/Validation.pm
|
|
@@ -18,7 +18,8 @@ our $VERSION = '1.700';
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings qw( threads recursion uninitialized );
|
|
|
|
--- lib/MCE/Core/Worker.pm
|
|
+++ lib/MCE/Core/Worker.pm
|
|
@@ -18,7 +18,8 @@ our $VERSION = '1.700';
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings qw( threads recursion uninitialized );
|
|
|
|
--- lib/MCE/Relay.pm
|
|
+++ lib/MCE/Relay.pm
|
|
@@ -150,7 +150,8 @@ sub import {
|
|
|
|
## Items below are folded into MCE.
|
|
|
|
-package MCE;
|
|
+package # hide from rpm
|
|
+ MCE;
|
|
|
|
no warnings 'threads';
|
|
no warnings 'recursion';
|