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

Comparing cvsroot/common-sense/sense.pod (file contents):
Revision 1.1 by root, Tue Jul 30 23:27:09 2013 UTC vs.
Revision 1.2 by root, Sat May 31 20:38:48 2014 UTC

14 # use feature qw(unicode_strings unicode_eval current_sub fc evalbytes); 14 # use feature qw(unicode_strings unicode_eval current_sub fc evalbytes);
15 # no feature qw(array_base); 15 # no feature qw(array_base);
16 # no warnings; 16 # no warnings;
17 # use warnings qw(FATAL closed threads internal debugging pack 17 # use warnings qw(FATAL closed threads internal debugging pack
18 # portable prototype inplace io pipe unpack malloc 18 # portable prototype inplace io pipe unpack malloc
19 # deprecated glob digit printf layer 19 # glob digit printf layer reserved taint closure
20 # reserved taint closure semicolon); 20 # semicolon);
21 # no warnings qw(exec newline unopened); 21 # no warnings qw(exec newline unopened);
22 22
23=head1 DESCRIPTION 23=head1 DESCRIPTION
24 24
25 “Nothing is more fairly distributed than common sense: no one thinks 25 “Nothing is more fairly distributed than common sense: no one thinks
412miniscule amount of RAM. 412miniscule amount of RAM.
413 413
414=item But it adds another dependency to your modules! 414=item But it adds another dependency to your modules!
415 415
416It's a fact, yeah. But it's trivial to install, most popular modules have 416It's a fact, yeah. But it's trivial to install, most popular modules have
417many more dependencies and we consider dependencies a good thing - it 417many more dependencies. And we consider dependencies a good thing - it
418leads to better APIs, more thought about interworking of modules and so 418leads to better APIs, more thought about interworking of modules and so
419on. 419on.
420 420
421=item Why do you use JSON and not YAML for your META.yml? 421=item Why do you use JSON and not YAML for your META.yml?
422 422

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines