Add the following packages libalgorithm-diff-perl libspiffy-perl libtext-diff-perl...
[pkg-perl] / deb-src / libspiffy-perl / libspiffy-perl-0.30 / debian / control
1 Source: libspiffy-perl
2 Section: perl
3 Priority: optional
4 Build-Depends: debhelper (>= 5)
5 Build-Depends-Indep: perl (>= 5.8.0-7)
6 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
7 Uploaders: Florian Ragwitz <rafl@debian.org>,
8  gregor herrmann <gregoa@debian.org>
9 Standards-Version: 3.8.0
10 Homepage: http://search.cpan.org/dist/Spiffy/
11 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libspiffy-perl/
12 Vcs-Browser: http://svn.debian.org/wsvn/pkg-perl/trunk/libspiffy-perl/
13
14 Package: libspiffy-perl
15 Architecture: all
16 Depends: ${perl:Depends}, ${misc:Depends}, libfilter-perl, libscalar-list-utils-perl
17 Description:  Spiffy Perl Interface Framework For You
18  "Spiffy" is a framework and methodology for doing object oriented (OO)
19  programming in Perl. Spiffy combines the best parts of Exporter.pm,
20  base.pm, mixin.pm and SUPER.pm into one magic foundation class. It
21  attempts to fix all the nits and warts of traditional Perl OO, in a
22  clean, straightforward and (perhaps someday) standard way.
23  .
24  Spiffy borrows ideas from other OO languages like Python, Ruby,
25  Java and Perl 6. It also adds a few tricks of its own.
26  .
27  If you take a look on CPAN, there are a ton of OO related modules. When
28  starting a new project, you need to pick the set of modules that makes
29  most sense, and then you need to use those modules in each of your
30  classes. Spiffy, on the other hand, has everything you'll probably need
31  in one module, and you only need to use it once in one of your classes.
32  If you make Spiffy.pm the base class of the basest class in your
33  project, Spiffy will automatically pass all of its magic to all of your
34  subclasses. You may eventually forget that you're even using it!