Skip to content

Commit

Permalink
Update perl-test-file to 1.994 (#53026)
Browse files Browse the repository at this point in the history
* Update perl-test-file to 1.994

* Add run_exports

---------

Co-authored-by: Martin Grigorov <[email protected]>
  • Loading branch information
BiocondaBot and martin-g authored Jan 3, 2025
1 parent 5bb9dbe commit 4fe0023
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions recipes/perl-test-file/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{% set name = "perl-test-file" %}
{% set version = "1.993" %}
{% set sha256 = "ef2ffe1aaec7b42d874ad411ec647547b9b9bc2f5fb93e49e3399488456afc7a" %}
{% set version = "1.994" %}
{% set sha256 = "2d0b27f62fb15efb91375c145e4ef930df67c3c4ffdab9e262e1a57b656ce4f6" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://cpan.metacpan.org/authors/id/B/BD/BDFOY/Test-File-1.993.tar.gz
url: https://cpan.metacpan.org/authors/id/B/BR/BRIANDFOY/Test-File-1.994.tar.gz
sha256: {{ sha256 }}

build:
noarch: generic
number: 0
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

requirements:
build:
Expand Down

0 comments on commit 4fe0023

Please sign in to comment.