Commit Graph

2435 Commits

Author SHA1 Message Date
msf
e338a21231 Initial import of Carp-Assert-0.18
Assertions are the explict expressions of your assumptions about the
reality your program is expected to deal with, and a declaration of
those which it is not. They are used to prevent your program from
blissfully processing garbage inputs (garbage in, garbage out becomes
garbage in, error out) and to tell you when you've produced garbage
output.
2004-06-10 02:24:04 +00:00
msf
a92766ff53 +p5-Test-Pod
+p5-Test-Pod-Coverage
+p5-Test-Taint
2004-06-10 01:38:23 +00:00
msf
eb55a3f2d9 Initial import of Test-Taint-1.02
When you're writing unit tests for code that deals with tainted data,
you'll want to have a way to provide tainted data for your routines to
handle, and easy ways to check and report on the taintedness of your
data, in standard Test::More style.
2004-06-10 01:36:18 +00:00
msf
f3bf9b3fb8 Initial import of p5-Test-Pod-Coverage-1.04
Checks for POD coverage in files for your distribution.
2004-06-10 01:35:04 +00:00
msf
ce4797c986 Initial import of Test-Pod-1.16
Test::Pod lets you check the validity of a POD file, and report its
results in standard Test::Simple fashion.
2004-06-10 01:33:45 +00:00
naddy
e2a0b92be1 Update to 1.6.1, partially via Morten Liebach <m@mongers.org>.
From: Kurt Miller <truk@optonline.net>.
2004-06-05 16:56:39 +00:00
sturm
cbe7bc983c fix build on -current, from maintainer Kurt Miller <truk at optonline.net>
update NO_SYSTRACE comment
2004-06-02 15:23:20 +00:00
msf
8f3f75804b +p5-Test-Differences 2004-06-01 23:29:29 +00:00
msf
7407e0c3fa Initial import of p5-Test-Differences-0.47
When the code you're testing returns multiple lines, records or data
structures and they're just plain wrong, an equivalent to the Unix
"diff" utility may be just what's needed.

ok sturm@
2004-06-01 23:21:40 +00:00
msf
a2d83093bf +p5-Devel-Symdump
+p5-Pod-Coverage
2004-06-01 02:16:17 +00:00
msf
cf8417ae72 Initial import of Pod-Coverage-0.13
This module provides a mechanism for determining if the pod for a given
module is comprehensive.

ok sturm@
2004-06-01 02:11:10 +00:00
msf
61fbe91856 Fix word wrap to less than 72. oops 2004-06-01 02:09:34 +00:00
msf
193cee6d46 Initial import of Devel-Symdump-2.03
Devel::Symdump provides a convenient way to inspect perl's symbol table 
and the class hierarchy within a running program.

ok sturm@
2004-06-01 02:07:19 +00:00
avsm
729cf863bb +p5-Test-Builder-Tester 2004-05-29 21:11:36 +00:00
avsm
298cfd2cca initial import of Test-Builder-Tester-0.09
--
This module helps to lint automated tests created with the
Test::Builder module.
2004-05-29 21:10:02 +00:00
naddy
38f5506647 fix directory deletion 2004-05-28 18:40:54 +00:00
sturm
4d61da0e1a fix build
spotted by naddy@
2004-05-28 15:38:23 +00:00
sturm
926d447532 wrongly imported 2004-05-26 11:28:46 +00:00
msf
c1e28458ca +p5-Module-Build 2004-05-26 11:23:28 +00:00
msf
d00550f237 Initial import of Module-Build-0.25
"Module::Build" is a system for building, testing, and installing Perl
modules. It is meant to be a replacement for "ExtUtils::MakeMaker".
Developers may alter the behavior of the module through subclassing in a
much more straightforward way than with "MakeMaker". It also does not
require a "make" on your system, most of the "Module::Build" code is
pure-perl and written in a very cross-platform way.

ok sturm@
2004-05-26 11:16:49 +00:00
jolan
0bcafadfc8 update to 2.0.11 2004-05-23 23:07:40 +00:00
sturm
b2c801e8e3 update to splint 3.1.1
based on a diff by Emil Mikulic <emikulic at dmr.ath.cx>
2004-05-23 15:41:07 +00:00
msf
b3f9b2348e +p5-ExtUtils-CBuilder
+p5-ExtUtils-ParseXS
2004-05-21 22:13:24 +00:00
msf
b759bf01e2 Initial import of ExtUtils-ParseXS-2.08
"ExtUtils::ParseXS" will compile XS code into C code by embedding the
constructs necessary to let C functions manipulate Perl values and
creates the glue necessary to let Perl access those functions.

ok sturm@
2004-05-21 22:11:47 +00:00
msf
9ce363548c Initial import of ExtUtils-CBuilder-0.02
This module can build the C portions of Perl modules by invoking the
appropriate compilers and linkers in a cross-platform manner.  It was
motivated by the "Module::Build" project, but may be useful for other
purposes as well.  However, it is not intended as a general
cross-platform interface to all your C building needs.

ok sturm@
2004-05-21 22:09:56 +00:00
msf
a05a572304 + p5-Universal-moniker 2004-05-21 11:34:39 +00:00
msf
709dc89d13 Initial import of Universal-moniker-0.07
Class names in Perl often don't sound great when spoken, or look good
when written in prose.  For this reason, we tend to say things like
"customer" or "basket" when we are referring to
"My::Site::User::Customer" or "My::Site::Shop::Basket".  We thought it
would be nice if our classes knew what we would prefer to call them.

This module will add a "moniker" (and "plural_moniker") method to 
"UNIVERSAL", and so to every class or module.

ok sturm@
2004-05-21 11:33:16 +00:00
brad
3dc2a5bef7 sync with in-tree binutils
Remove a build warning by reverting to old method of testing for
HAVE_DECL_GETOPT. pointed out by a few.
2004-05-21 00:07:02 +00:00
brad
618289bb9f sync with in-tree binutils
Add dis-init.c from gdb 6.1.
2004-05-20 23:11:58 +00:00
sturm
8370fdfdda +p5-Universal-exports 2004-05-20 11:16:49 +00:00
sturm
53981091b0 Initial import of UNIVERSAL-exports 0.03
Lightweight universal exporting and requiring of variables.

from Sam Smith <S at msmith.net>
2004-05-20 11:14:50 +00:00
sturm
b7d27296c9 these were imported into the wrong category, sorry 2004-05-20 10:53:00 +00:00
sturm
9f24ed1815 Initial import of DBIx-ContectualFetch 1.01
DBIx::ContextualFetch redefines some of the various fetch
methods to add context sensitivity.

from Sam Smith <S at msmith.net>
2004-05-20 10:46:40 +00:00
sturm
94c563cb62 Initial import of SQL-Abstract 1.15
This module generates SQL, while retaining complete control
over statement handles and uses the DBI interface. The
underlying idea is for this module to do what you mean,
based on the data structures you provide it. The big
advantage is that you don't have to modify your code every
time your data changes, as this module figures it out.

from Sam Smith <S at msmith.net>
2004-05-20 10:44:45 +00:00
msf
f274b6c375 Fix minor typo 2004-05-19 21:21:43 +00:00
msf
180202a2f1 + p5-B-Deobfuscate
+ p5-B-Keywords
+ p5-YAML

ok sturm@
2004-05-19 21:19:29 +00:00
msf
62802a17e9 Initial import of B-Keywords-0.06
B::Keywords supplies lists of keywords used inside the perl language.
It is used by modules like B::Deparse and B::Deobfuscate

ok sturm@
2004-05-19 21:17:05 +00:00
msf
46f173dde5 Initial import of B-Deobfuscate-0.10
B::DeObfuscate is a backend module for the Perl compiler that generates
perl source code, based on the internal compiled structure that perl
itself creates after parsing a program. It adds symbol renaming
functions to the B::Deparse module. An obfuscated program is already
parsed and interpreted correctly by the B::Deparse program.
Unfortunately, if the obfuscation involved variable renaming then the
resulting program also has obfuscated symbols.

ok sturm@
2004-05-19 21:15:47 +00:00
msf
5b02444b6d Initial import of YAML-0.35
YAML is a generic data serialization language that is optimized for
human readability. It can be used to express the data structures of most
modern programming languages.

ok sturm@
2004-05-19 21:13:34 +00:00
sturm
b6a5ff0d07 typo 2004-05-19 09:28:52 +00:00
sturm
27fddc5caa +p5-Class-Accessor
+p5-Class-Trigger
+p5-Class-Whitehole
2004-05-19 09:25:53 +00:00
sturm
90c6407f97 Initial import of Class-WhiteHole 0.04
Its possible to accidentally inherit an AUTOLOAD method.  Often this
will happen if a class somewhere in the chain uses AutoLoader or defines
one of their own.  This can lead to confusing error messages when method
lookups fail.

Sometimes you want to avoid this accidental inheritance.  In that case,
inherit from Class::WhiteHole.  All unhandled methods will produce
normal Perl error messages.

from Sam Smith <S at msmith.net>
2004-05-19 09:23:30 +00:00
sturm
5b7ec1fa66 Initial import of Class-Trigger 0.08
Class::Trigger is a mixin class to add / call triggers (or
hooks) that get called at some points you specify.

from Sam Smith <S at msmith.net>
2004-05-19 09:21:59 +00:00
sturm
ebd254e412 Initial import of Class-Accessor 0.19
This module automagically generates accessor/mutators for your class.

from Sam Smith <S at msmith.net>
2004-05-19 09:20:29 +00:00
dons
5add1e9487 MACHINE -> MACHINE_ARCH
ok pvalchev@
2004-05-19 06:15:57 +00:00
brad
cf65f3bfa9 remove a bit more 2004-05-19 05:24:39 +00:00
brad
b7b68aa275 remove the disabled DO_FORCE_VERS chunks of this patch.
reminded by drahn@
2004-05-19 00:32:50 +00:00
dons
f6179f4875 Update darcs to 0.9.20, bug fix release
ok pvalchev@
2004-05-18 23:26:33 +00:00
dons
2419ed30f2 Fix configure to handle both amd64-* and x86_64-*. Either could be
produced depending on which config.sub we are using.

pointed out by me and naddy@
ok naddy@ pvalchev@
2004-05-17 03:38:51 +00:00
xsa
72a5ab86db update to 0.11 from Michael Coulter <mjc at bitz.ca>;
maintainer ok via Michael;
2004-05-16 09:18:17 +00:00