Changeset 401
- Timestamp:
- Aug 30, 2019, 1:51:37 PM (5 years ago)
- Location:
- trunk/project-meta
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/project-meta/PROJECT-META.sample.yml
r327 r401 6 6 7 7 identifier: 8 -acronym: 14CARR9 -url-doc: http://servforge.legi.grenoble-inp.fr/projects/pj-coriolis-14carr8 acronym: 14CARR 9 url-doc: http://servforge.legi.grenoble-inp.fr/projects/pj-coriolis-14carr 10 10 11 11 creator: -
trunk/project-meta/project-meta
r400 r401 8 8 use strict; 9 9 use warnings; 10 use version; our $VERSION = version->declare('0.1. 4');10 use version; our $VERSION = version->declare('0.1.5'); 11 11 12 12 use File::Copy qw(copy); … … 399 399 ); 400 400 my $msg_format = ''; 401 my $doi_first ;401 my $doi_first = ''; 402 402 if (exists $meta->{'project'}{'relation'}) { 403 403 for my $doi (@{$meta->{'project'}{'relation'}}) {
Note: See TracChangeset
for help on using the changeset viewer.