libdbix-class-factory-perl 0.04-2 source package in Ubuntu

Changelog

libdbix-class-factory-perl (0.04-2) unstable; urgency=medium

  * Team upload.
  * No-change source-only re-upload.

 -- gregor herrmann <email address hidden>  Tue, 14 Feb 2023 21:47:33 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Questing release universe misc
Plucky release universe misc
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libdbix-class-factory-perl_0.04-2.dsc 2.6 KiB 985d848290c389780e2032bac4bd8e513cccd02870bf554a0d1e13c070938aea
libdbix-class-factory-perl_0.04.orig.tar.gz 22.5 KiB 485f1e7ee351415c0f4d038402a904a7b6b9a0559a1f07edef83a815133087e4
libdbix-class-factory-perl_0.04-2.debian.tar.xz 2.2 KiB 0da955dbdd053907c1c39f83c8f62e3fb0359ecb61b43392b970d849a0d6f650

Available diffs

No changes file available.

Binary packages built by this source

libdbix-class-factory-perl: factory-style fixtures for DBIx::Class

 Ruby has factory_girl, Python has factory_boy. Now Perl has
 DBIx::Class::Factory.
 .
 Creating big fixture batches may be a pain. This module provides easy way
 of creating data in database via DBIx::Class.
 .
 To create a factory just derive from DBIx::Class::Factory and apply some
 settings. You can also add some data at the moment of creating instance,
 redefining factory defaults.
 .
 Tests for this module contains a bunch of useful examples.