Merge pull request #945 from DeterminateSystems/fixup-ToJSON

Jobsets,JobsetInputs: use JSON
This commit is contained in:
Graham Christensen 2021-04-29 08:38:45 -04:00 committed by GitHub
commit 18d271655c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View file

@ -134,6 +134,8 @@ __PACKAGE__->has_many(
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2020-02-06 12:22:36
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:5uKwEhDXso4IR1TFmwRxiA
use JSON;
sub as_json {
my $self = shift;

View file

@ -375,6 +375,7 @@ __PACKAGE__->has_many(
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-25 14:38:14
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7XtIqrrGAIvReqly1kapog
use JSON;
=head2 builds