Changeset 9008 for trunk/IO-Socket-Multicast
- Timestamp:
- 11/02/09 04:19:58 (2 years ago)
- Location:
- trunk/IO-Socket-Multicast
- Files:
-
- 1 deleted
- 2 edited
-
lib/IO/Socket/Multicast.pm (modified) (1 diff)
-
t/02_main.t (deleted)
-
t/03_multicast.t (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/IO-Socket-Multicast/lib/IO/Socket/Multicast.pm
r6536 r9008 21 21 mcast_send 22 22 ); 23 $VERSION = '1.0 7_02';23 $VERSION = '1.08'; 24 24 @ISA = qw( 25 25 Exporter -
trunk/IO-Socket-Multicast/t/03_multicast.t
r9007 r9008 30 30 # What the hell ? Dropping an unsubscribed mcast group on win32 fails to fail? 31 31 } else { 32 ok(!$s->mcast_drop('225.0.1.1'), 'Drop uns buscribed group returns false' );32 ok(!$s->mcast_drop('225.0.1.1'), 'Drop unsubscribed group returns false' ); 33 33 } 34 34 … … 62 62 my @ifs = $s->if_list; 63 63 foreach (reverse @ifs) { 64 diag( $_ );65 diag( $s->if_flags($_) );66 64 67 65 next unless $s->if_flags($_) & IFF_MULTICAST(); 68 diag( $_ .' Is multicast' );69 66 next unless $s->if_flags($_) & IFF_RUNNING(); 70 diag( $_ . ' Is running' );71 67 next unless $s->if_addr($_); 72 68 return $_;
Note: See TracChangeset
for help on using the changeset viewer.
