Codebase list libmail-bulkmail-perl / 70de95a
Refresh patches. Debian Janitor 2 years ago
1 changed file(s) with 25 addition(s) and 17 deletion(s). Raw diff Collapse all Expand all
11 Author: Florian Schlichting <fsfs@debian.org>
22 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=118907
33
4 --- a/Bulkmail.pm
5 +++ b/Bulkmail.pm
6 @@ -112,7 +112,7 @@
4 Index: libmail-bulkmail-perl/Bulkmail.pm
5 ===================================================================
6 --- libmail-bulkmail-perl.orig/Bulkmail.pm
7 +++ libmail-bulkmail-perl/Bulkmail.pm
8 @@ -112,7 +112,7 @@ up there for clarities sake. But from a
79 =head1 requires
810
911 Perl 5.6.0, Socket
1214
1315 =cut
1416
15 @@ -142,8 +142,6 @@
17 @@ -142,8 +142,6 @@ use warnings;
1618 # for example. ->_From internally stores whatever is accepted by ->From, and same with the rest of them.
1719 # Don't access the ->_ attributes directly, use the wrappers instead.
1820
2123 =item From
2224
2325 Stores the From address of this mailing. Must be a valid email address, unless Trusting is set.
24 @@ -376,7 +374,7 @@
26 @@ -376,7 +374,7 @@ __PACKAGE__->add_attr("_waiting_message"
2527 arrayref of servers.
2628
2729 Okay, this is the first major change between 2.x and 3.x. 2.x had methods to connect to one server (->Smtp, ->Port, etc.).
3032
3133 servers should contain an arrayref of server objects. You can either create them externally yourself and pass them in in an arrayref,
3234
33 @@ -573,7 +571,7 @@
35 @@ -573,7 +571,7 @@ boolean flag. 1/0 only.
3436
3537 message_from_file allows you to load your message in from a file. If message_from_file is
3638 set to 1, then the value passed to ->Message() will be assumed to be a path to a file on disk.
3941 that your entire message text will be read into memory - no matter how large the message may be.
4042
4143 This is simply a shortcut so that you don't have to open and read in the message yourself.
42 @@ -2536,7 +2534,7 @@
44 @@ -2536,7 +2534,7 @@ I change stuff around a lot. Just my nat
4345 work to be done on your part - it won't just be a drop in replacement. And, depending upon your list and what options you're using, you
4446 may or may not see any benefit to upgrading. Read the docs, ask me questions, and test test test.
4547
4850 is a better way of doing things, I'm going to go with it. And I don't like to pollute modules with a lot of cruft bridgeworks for
4951 backwards compatibility. This thing is huge enough as is without having to worry about making sure internal band-aids work.
5052
51 --- a/Bulkmail/Dynamic.pm
52 +++ b/Bulkmail/Dynamic.pm
53 @@ -1189,7 +1189,7 @@
53 Index: libmail-bulkmail-perl/Bulkmail/Dynamic.pm
54 ===================================================================
55 --- libmail-bulkmail-perl.orig/Bulkmail/Dynamic.pm
56 +++ libmail-bulkmail-perl/Bulkmail/Dynamic.pm
57 @@ -1189,7 +1189,7 @@ This method is known to be able to retur
5458
5559 MBD002 - no merge_delimiter
5660 MBD003 - different number of keys and values
5963
6064 =cut
6165
62 --- a/Bulkmail/Object.pm
63 +++ b/Bulkmail/Object.pm
64 @@ -995,7 +995,7 @@
66 Index: libmail-bulkmail-perl/Bulkmail/Object.pm
67 ===================================================================
68 --- libmail-bulkmail-perl.orig/Bulkmail/Object.pm
69 +++ libmail-bulkmail-perl/Bulkmail/Object.pm
70 @@ -995,7 +995,7 @@ sub init {
6571 =item isa_path
6672
6773 This is mainly used by the conf reader, but I wanted to make it publicly accessible. Given a class, it
7076
7177 Note that once a path is looked up for a class, it is cached. So if you dynamically change @ISA, it won't be reflected in the return of isa_path.
7278 Obviously, dynamically changing @ISA is frowned upon as a result.
73 @@ -1478,4 +1478,3 @@
79 @@ -1478,4 +1478,3 @@ made your life easier. :-)
7480 =cut
7581
7682
7783 -=cut
78 --- a/Bulkmail/Server.pm
79 +++ b/Bulkmail/Server.pm
80 @@ -277,7 +277,7 @@
84 Index: libmail-bulkmail-perl/Bulkmail/Server.pm
85 ===================================================================
86 --- libmail-bulkmail-perl.orig/Bulkmail/Server.pm
87 +++ libmail-bulkmail-perl/Bulkmail/Server.pm
88 @@ -277,7 +277,7 @@ __PACKAGE__->add_attr('sleep_length');
8189
8290 =item talk_attempts
8391