ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/common-sense/sense.pm
(Generate patch)

Comparing common-sense/sense.pm (file contents):
Revision 1.1 by root, Thu Jul 9 16:14:16 2009 UTC vs.
Revision 1.2 by root, Thu Jul 9 17:25:48 2009 UTC

82petabytes globally!) of wasted memory could easily save 42 trees, and a 82petabytes globally!) of wasted memory could easily save 42 trees, and a
83kitten! 83kitten!
84 84
85=cut 85=cut
86 86
87package Async::Interrupt; 87package common::sense;
88 88
89no warnings; 89our $VERSION = '0.03';
90 90
91BEGIN { 91sub import {
92 $VERSION = '0.03'; 92 ${^WARNING_BITS} ^= ${^WARNING_BITS};
93
94 require XSLoader;
95 XSLoader::load Async::Interrupt::, $VERSION;
96} 93}
97
98our $DIED = sub { warn "$@" };
99 94
100=cut 95=cut
101 96
1021; 971;
103 98

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines