diff --git a/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-gompi-2021b.eb b/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-gompi-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..526ca01936732fffccf77ca2087b66bc2c09f643
--- /dev/null
+++ b/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-gompi-2021b.eb
@@ -0,0 +1,63 @@
+easyblock = "ConfigureMake"
+name = "darshan-runtime"
+version = "3.4.0"
+
+homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
+
+description = """Darshan is designed to capture an accurate picture of
+application I/O behavior, including properties such as patterns of
+access within files, with minimum overhead.  The name is taken from a
+Sanskrit word for “sight” or “vision”.
+
+Darshan can be used to investigate and tune the I/O behavior of
+complex HPC applications.  In addition, Darshan’s lightweight design
+makes it suitable for full time deployment for workload
+characterization of large systems.  We hope that such studies will
+help the storage research community to better serve the needs of
+scientific computing.
+
+Darshan was originally developed on the IBM Blue Gene series of
+computers deployed at the Argonne Leadership Computing Facility, but
+it is portable across a wide variety of platforms include the Cray
+XE6, Cray XC30, and Linux clusters.  Darshan routinely instruments
+jobs using up to 786,432 compute cores on the Mira system at ALCF.
+"""
+
+usage = """
+Export the environment variable DARSHAN_LOG_PATH to where the logging
+data should be written, e.g.
+
+LD_PRELOAD=$EBROOTDARSHANMINRUNTIME/lib/libdarshan.so \
+DARSHAN_LOG_PATH=/path/to/your/logdir \
+srun -n 32 ./executable
+
+Note:
+
+Darshan currently only works with C or C++ codes, not with Fortran.
+"""
+
+toolchain = {'name': 'gompi', 'version': '2021b'}
+
+sources = ['ftp://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
+checksums = ['7cc88b7c130ec3b574f6b73c63c3c05deec67b1350245de6d39ca91d4cff0842']  # darshan-3.3.1.tar.gz
+
+local_subpath = 'darshan-runtime'
+preconfigopts = 'cd %s; ../prepare.sh;' % local_subpath
+configopts = '--with-mem-align=8 --with-log-path-by-env=DARSHAN_LOG_PATH '
+configopts += ' --with-jobid-env=SLURM_JOBID CC=mpicc --enable-hdf5-mod --with-hdf5=$EBROOTHDF5'
+
+prebuildopts = 'cd %s;' % local_subpath
+
+preinstallopts = 'cd %s;' % local_subpath
+
+sanity_check_paths = {
+    'files': ["lib/libdarshan.so"],
+    'dirs': []
+}
+
+dependencies = [
+    ("HDF5", "1.12.1"),
+]
+
+
+moduleclass = 'lib'
diff --git a/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-gpsmpi-2021b.eb b/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-gpsmpi-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..f3feded55a8944f1edd14592c3060455c0f8a60d
--- /dev/null
+++ b/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-gpsmpi-2021b.eb
@@ -0,0 +1,63 @@
+easyblock = "ConfigureMake"
+name = "darshan-runtime"
+version = "3.4.0"
+
+homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
+
+description = """Darshan is designed to capture an accurate picture of
+application I/O behavior, including properties such as patterns of
+access within files, with minimum overhead.  The name is taken from a
+Sanskrit word for “sight” or “vision”.
+
+Darshan can be used to investigate and tune the I/O behavior of
+complex HPC applications.  In addition, Darshan’s lightweight design
+makes it suitable for full time deployment for workload
+characterization of large systems.  We hope that such studies will
+help the storage research community to better serve the needs of
+scientific computing.
+
+Darshan was originally developed on the IBM Blue Gene series of
+computers deployed at the Argonne Leadership Computing Facility, but
+it is portable across a wide variety of platforms include the Cray
+XE6, Cray XC30, and Linux clusters.  Darshan routinely instruments
+jobs using up to 786,432 compute cores on the Mira system at ALCF.
+"""
+
+usage = """
+Export the environment variable DARSHAN_LOG_PATH to where the logging
+data should be written, e.g.
+
+LD_PRELOAD=$EBROOTDARSHANMINRUNTIME/lib/libdarshan.so \
+DARSHAN_LOG_PATH=/path/to/your/logdir \
+srun -n 32 ./executable
+
+Note:
+
+Darshan currently only works with C or C++ codes, not with Fortran.
+"""
+
+toolchain = {'name': 'gpsmpi', 'version': '2021b'}
+
+sources = ['ftp://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
+checksums = ['7cc88b7c130ec3b574f6b73c63c3c05deec67b1350245de6d39ca91d4cff0842']
+
+local_subpath = 'darshan-runtime'
+preconfigopts = 'cd %s; ../prepare.sh;' % local_subpath
+configopts = '--with-mem-align=8 --with-log-path-by-env=DARSHAN_LOG_PATH '
+configopts += ' --with-jobid-env=SLURM_JOBID CC=mpicc --enable-hdf5-mod --with-hdf5=$EBROOTHDF5'
+
+prebuildopts = 'cd %s;' % local_subpath
+
+preinstallopts = 'cd %s;' % local_subpath
+
+sanity_check_paths = {
+    'files': ["lib/libdarshan.so"],
+    'dirs': []
+}
+
+dependencies = [
+    ("HDF5", "1.12.1"),
+]
+
+
+moduleclass = 'lib'
diff --git a/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-npsmpic-2021b.eb b/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-npsmpic-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..cf5c6309c87b04b6507b7cbffdb57aa6329394ca
--- /dev/null
+++ b/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-npsmpic-2021b.eb
@@ -0,0 +1,63 @@
+easyblock = "ConfigureMake"
+name = "darshan-runtime"
+version = "3.4.0"
+
+homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
+
+description = """Darshan is designed to capture an accurate picture of
+application I/O behavior, including properties such as patterns of
+access within files, with minimum overhead.  The name is taken from a
+Sanskrit word for “sight” or “vision”.
+
+Darshan can be used to investigate and tune the I/O behavior of
+complex HPC applications.  In addition, Darshan’s lightweight design
+makes it suitable for full time deployment for workload
+characterization of large systems.  We hope that such studies will
+help the storage research community to better serve the needs of
+scientific computing.
+
+Darshan was originally developed on the IBM Blue Gene series of
+computers deployed at the Argonne Leadership Computing Facility, but
+it is portable across a wide variety of platforms include the Cray
+XE6, Cray XC30, and Linux clusters.  Darshan routinely instruments
+jobs using up to 786,432 compute cores on the Mira system at ALCF.
+"""
+
+usage = """
+Export the environment variable DARSHAN_LOG_PATH to where the logging
+data should be written, e.g.
+
+LD_PRELOAD=$EBROOTDARSHANMINRUNTIME/lib/libdarshan.so \
+DARSHAN_LOG_PATH=/path/to/your/logdir \
+srun -n 32 ./executable
+
+Note:
+
+Darshan currently only works with C or C++ codes, not with Fortran.
+"""
+
+toolchain = {'name': 'npsmpic', 'version': '2021b'}
+
+sources = ['ftp://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
+checksums = ['7cc88b7c130ec3b574f6b73c63c3c05deec67b1350245de6d39ca91d4cff0842']
+
+local_subpath = 'darshan-runtime'
+preconfigopts = 'cd %s; ../prepare.sh;' % local_subpath
+configopts = '--with-mem-align=8 --with-log-path-by-env=DARSHAN_LOG_PATH '
+configopts += ' --with-jobid-env=SLURM_JOBID CC=mpicc --enable-hdf5-mod --with-hdf5=$EBROOTHDF5'
+
+prebuildopts = 'cd %s;' % local_subpath
+
+preinstallopts = 'cd %s;' % local_subpath
+
+sanity_check_paths = {
+    'files': ["lib/libdarshan.so"],
+    'dirs': []
+}
+
+dependencies = [
+    ("HDF5", "1.12.1"),
+]
+
+
+moduleclass = 'lib'
diff --git a/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-nvompic-2021b.eb b/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-nvompic-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..789cc76aab1ee467e19b796421be24116a4e620f
--- /dev/null
+++ b/Golden_Repo/d/darshan-runtime/darshan-runtime-3.4.0-nvompic-2021b.eb
@@ -0,0 +1,63 @@
+easyblock = "ConfigureMake"
+name = "darshan-runtime"
+version = "3.4.0"
+
+homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
+
+description = """Darshan is designed to capture an accurate picture of
+application I/O behavior, including properties such as patterns of
+access within files, with minimum overhead.  The name is taken from a
+Sanskrit word for “sight” or “vision”.
+
+Darshan can be used to investigate and tune the I/O behavior of
+complex HPC applications.  In addition, Darshan’s lightweight design
+makes it suitable for full time deployment for workload
+characterization of large systems.  We hope that such studies will
+help the storage research community to better serve the needs of
+scientific computing.
+
+Darshan was originally developed on the IBM Blue Gene series of
+computers deployed at the Argonne Leadership Computing Facility, but
+it is portable across a wide variety of platforms include the Cray
+XE6, Cray XC30, and Linux clusters.  Darshan routinely instruments
+jobs using up to 786,432 compute cores on the Mira system at ALCF.
+"""
+
+usage = """
+Export the environment variable DARSHAN_LOG_PATH to where the logging
+data should be written, e.g.
+
+LD_PRELOAD=$EBROOTDARSHANMINRUNTIME/lib/libdarshan.so \
+DARSHAN_LOG_PATH=/path/to/your/logdir \
+srun -n 32 ./executable
+
+Note:
+
+Darshan currently only works with C or C++ codes, not with Fortran.
+"""
+
+toolchain = {'name': 'nvompic', 'version': '2021b'}
+
+sources = ['ftp://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
+checksums = ['7cc88b7c130ec3b574f6b73c63c3c05deec67b1350245de6d39ca91d4cff0842']
+
+local_subpath = 'darshan-runtime'
+preconfigopts = 'cd %s; ../prepare.sh;' % local_subpath
+configopts = '--with-mem-align=8 --with-log-path-by-env=DARSHAN_LOG_PATH '
+configopts += ' --with-jobid-env=SLURM_JOBID CC=mpicc --enable-hdf5-mod --with-hdf5=$EBROOTHDF5'
+
+prebuildopts = 'cd %s;' % local_subpath
+
+preinstallopts = 'cd %s;' % local_subpath
+
+sanity_check_paths = {
+    'files': ["lib/libdarshan.so"],
+    'dirs': []
+}
+
+dependencies = [
+    ("HDF5", "1.12.1"),
+]
+
+
+moduleclass = 'lib'
diff --git a/Golden_Repo/d/darshan-util/darshan-util-3.4.0-gompi-2021b.eb b/Golden_Repo/d/darshan-util/darshan-util-3.4.0-gompi-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..081eb24c3c1bbbc9a97787ec606447731aca0fbe
--- /dev/null
+++ b/Golden_Repo/d/darshan-util/darshan-util-3.4.0-gompi-2021b.eb
@@ -0,0 +1,74 @@
+easyblock = "ConfigureMake"
+name = "darshan-util"
+version = "3.4.0"
+
+homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
+
+description = """Darshan is designed to capture an accurate picture of
+application I/O behavior, including properties such as patterns of
+access within files, with minimum overhead.  The name is taken from a
+Sanskrit word for “sight” or “vision”.
+
+Darshan can be used to investigate and tune the I/O behavior of
+complex HPC applications.  In addition, Darshan’s lightweight design
+makes it suitable for full time deployment for workload
+characterization of large systems.  We hope that such studies will
+help the storage research community to better serve the needs of
+scientific computing.
+
+Darshan was originally developed on the IBM Blue Gene series of
+computers deployed at the Argonne Leadership Computing Facility, but
+it is portable across a wide variety of platforms include the Cray
+XE6, Cray XC30, and Linux clusters.  Darshan routinely instruments
+jobs using up to 786,432 compute cores on the Mira system at ALCF.
+"""
+
+usage = """
+The result is a darshan log file which can be converted using
+
+darshan-job-summary.pl /path/to/your/logdir/mylog.darshan.gz
+
+Note:
+
+Darshan currently only works with C or C++ codes, not with Fortran.
+"""
+
+toolchain = {'name': 'gompi', 'version': '2021b'}
+
+sources = ['ftp://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
+checksums = ['7cc88b7c130ec3b574f6b73c63c3c05deec67b1350245de6d39ca91d4cff0842']
+
+local_subpath = 'darshan-util'
+
+preconfigopts = 'cd %s; ../prepare.sh;' % local_subpath
+
+prebuildopts = 'cd %s;' % local_subpath
+
+preinstallopts = 'cd %s;' % local_subpath
+
+configopts = '--enable-hdf5-mod=$EBROOTHDF5'
+
+sanity_check_paths = {
+    'files': ["bin/darshan-job-summary.pl"],
+    'dirs': []
+}
+
+dependencies = [
+    ("gnuplot", "5.4.2"),
+    ("Perl", "5.34.0"),
+    ("HDF5", "1.12.1"),
+    ('texlive', '20200406'),
+]
+
+exts_defaultclass = 'PerlModule'
+exts_list = [
+    ('Pod::Parser', '1.63', {
+        'source_tmpl': 'Pod-Parser-%(version)s.tar.gz',
+        'source_urls': ['https://cpan.metacpan.org/authors/id/M/MA/MAREKR/'],
+        'checksums': ['dbe0b56129975b2f83a02841e8e0ed47be80f060686c66ea37e529d97aa70ccd'],
+    }),
+]
+
+modextrapaths = {'PERL5LIB': 'lib/perl5/%(perlver)s/'}
+
+moduleclass = 'lib'
diff --git a/Golden_Repo/d/darshan-util/darshan-util-3.4.0-gpsmpi-2021b.eb b/Golden_Repo/d/darshan-util/darshan-util-3.4.0-gpsmpi-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..ba938c285ccb332de2548b29ff7325d31b39828b
--- /dev/null
+++ b/Golden_Repo/d/darshan-util/darshan-util-3.4.0-gpsmpi-2021b.eb
@@ -0,0 +1,74 @@
+easyblock = "ConfigureMake"
+name = "darshan-util"
+version = "3.4.0"
+
+homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
+
+description = """Darshan is designed to capture an accurate picture of
+application I/O behavior, including properties such as patterns of
+access within files, with minimum overhead.  The name is taken from a
+Sanskrit word for “sight” or “vision”.
+
+Darshan can be used to investigate and tune the I/O behavior of
+complex HPC applications.  In addition, Darshan’s lightweight design
+makes it suitable for full time deployment for workload
+characterization of large systems.  We hope that such studies will
+help the storage research community to better serve the needs of
+scientific computing.
+
+Darshan was originally developed on the IBM Blue Gene series of
+computers deployed at the Argonne Leadership Computing Facility, but
+it is portable across a wide variety of platforms include the Cray
+XE6, Cray XC30, and Linux clusters.  Darshan routinely instruments
+jobs using up to 786,432 compute cores on the Mira system at ALCF.
+"""
+
+usage = """
+The result is a darshan log file which can be converted using
+
+darshan-job-summary.pl /path/to/your/logdir/mylog.darshan.gz
+
+Note:
+
+Darshan currently only works with C or C++ codes, not with Fortran.
+"""
+
+toolchain = {'name': 'gpsmpi', 'version': '2021b'}
+
+sources = ['ftp://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
+checksums = ['7cc88b7c130ec3b574f6b73c63c3c05deec67b1350245de6d39ca91d4cff0842']
+
+local_subpath = 'darshan-util'
+
+preconfigopts = 'cd %s; ../prepare.sh;' % local_subpath
+
+prebuildopts = 'cd %s;' % local_subpath
+
+preinstallopts = 'cd %s;' % local_subpath
+
+configopts = '--enable-hdf5-mod=$EBROOTHDF5'
+
+sanity_check_paths = {
+    'files': ["bin/darshan-job-summary.pl"],
+    'dirs': []
+}
+
+dependencies = [
+    ("gnuplot", "5.4.2"),
+    ("Perl", "5.34.0"),
+    ("HDF5", "1.12.1"),
+    ('texlive', '20200406'),
+]
+
+exts_defaultclass = 'PerlModule'
+exts_list = [
+    ('Pod::Parser', '1.63', {
+        'source_tmpl': 'Pod-Parser-%(version)s.tar.gz',
+        'source_urls': ['https://cpan.metacpan.org/authors/id/M/MA/MAREKR/'],
+        'checksums': ['dbe0b56129975b2f83a02841e8e0ed47be80f060686c66ea37e529d97aa70ccd'],
+    }),
+]
+
+modextrapaths = {'PERL5LIB': 'lib/perl5/%(perlver)s/'}
+
+moduleclass = 'lib'
diff --git a/Golden_Repo/d/darshan-util/darshan-util-3.4.0-npsmpic-2021b.eb b/Golden_Repo/d/darshan-util/darshan-util-3.4.0-npsmpic-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..6d75d3198974f2b865a870a0074945a10b596bf5
--- /dev/null
+++ b/Golden_Repo/d/darshan-util/darshan-util-3.4.0-npsmpic-2021b.eb
@@ -0,0 +1,74 @@
+easyblock = "ConfigureMake"
+name = "darshan-util"
+version = "3.4.0"
+
+homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
+
+description = """Darshan is designed to capture an accurate picture of
+application I/O behavior, including properties such as patterns of
+access within files, with minimum overhead.  The name is taken from a
+Sanskrit word for “sight” or “vision”.
+
+Darshan can be used to investigate and tune the I/O behavior of
+complex HPC applications.  In addition, Darshan’s lightweight design
+makes it suitable for full time deployment for workload
+characterization of large systems.  We hope that such studies will
+help the storage research community to better serve the needs of
+scientific computing.
+
+Darshan was originally developed on the IBM Blue Gene series of
+computers deployed at the Argonne Leadership Computing Facility, but
+it is portable across a wide variety of platforms include the Cray
+XE6, Cray XC30, and Linux clusters.  Darshan routinely instruments
+jobs using up to 786,432 compute cores on the Mira system at ALCF.
+"""
+
+usage = """
+The result is a darshan log file which can be converted using
+
+darshan-job-summary.pl /path/to/your/logdir/mylog.darshan.gz
+
+Note:
+
+Darshan currently only works with C or C++ codes, not with Fortran.
+"""
+
+toolchain = {'name': 'npsmpic', 'version': '2021b'}
+
+sources = ['ftp://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
+checksums = ['7cc88b7c130ec3b574f6b73c63c3c05deec67b1350245de6d39ca91d4cff0842']
+
+local_subpath = 'darshan-util'
+
+preconfigopts = 'cd %s; ../prepare.sh;' % local_subpath
+
+prebuildopts = 'cd %s;' % local_subpath
+
+preinstallopts = 'cd %s;' % local_subpath
+
+configopts = '--enable-hdf5-mod=$EBROOTHDF5'
+
+sanity_check_paths = {
+    'files': ["bin/darshan-job-summary.pl"],
+    'dirs': []
+}
+
+dependencies = [
+    ("gnuplot", "5.4.2"),
+    ("Perl", "5.34.0"),
+    ("HDF5", "1.12.1"),
+    ('texlive', '20200406'),
+]
+
+exts_defaultclass = 'PerlModule'
+exts_list = [
+    ('Pod::Parser', '1.63', {
+        'source_tmpl': 'Pod-Parser-%(version)s.tar.gz',
+        'source_urls': ['https://cpan.metacpan.org/authors/id/M/MA/MAREKR/'],
+        'checksums': ['dbe0b56129975b2f83a02841e8e0ed47be80f060686c66ea37e529d97aa70ccd'],
+    }),
+]
+
+modextrapaths = {'PERL5LIB': 'lib/perl5/%(perlver)s/'}
+
+moduleclass = 'lib'
diff --git a/Golden_Repo/d/darshan-util/darshan-util-3.4.0-nvompic-2021b.eb b/Golden_Repo/d/darshan-util/darshan-util-3.4.0-nvompic-2021b.eb
new file mode 100644
index 0000000000000000000000000000000000000000..b09698a41bba8c1ea319fcd0ba6fb64cc388d95b
--- /dev/null
+++ b/Golden_Repo/d/darshan-util/darshan-util-3.4.0-nvompic-2021b.eb
@@ -0,0 +1,74 @@
+easyblock = "ConfigureMake"
+name = "darshan-util"
+version = "3.4.0"
+
+homepage = 'http://www.mcs.anl.gov/research/projects/darshan/'
+
+description = """Darshan is designed to capture an accurate picture of
+application I/O behavior, including properties such as patterns of
+access within files, with minimum overhead.  The name is taken from a
+Sanskrit word for “sight” or “vision”.
+
+Darshan can be used to investigate and tune the I/O behavior of
+complex HPC applications.  In addition, Darshan’s lightweight design
+makes it suitable for full time deployment for workload
+characterization of large systems.  We hope that such studies will
+help the storage research community to better serve the needs of
+scientific computing.
+
+Darshan was originally developed on the IBM Blue Gene series of
+computers deployed at the Argonne Leadership Computing Facility, but
+it is portable across a wide variety of platforms include the Cray
+XE6, Cray XC30, and Linux clusters.  Darshan routinely instruments
+jobs using up to 786,432 compute cores on the Mira system at ALCF.
+"""
+
+usage = """
+The result is a darshan log file which can be converted using
+
+darshan-job-summary.pl /path/to/your/logdir/mylog.darshan.gz
+
+Note:
+
+Darshan currently only works with C or C++ codes, not with Fortran.
+"""
+
+toolchain = {'name': 'nvompic', 'version': '2021b'}
+
+sources = ['ftp://ftp.mcs.anl.gov/pub/darshan/releases/darshan-%s.tar.gz' % version]
+checksums = ['7cc88b7c130ec3b574f6b73c63c3c05deec67b1350245de6d39ca91d4cff0842']
+
+local_subpath = 'darshan-util'
+
+preconfigopts = 'cd %s; ../prepare.sh;' % local_subpath
+
+prebuildopts = 'cd %s;' % local_subpath
+
+preinstallopts = 'cd %s;' % local_subpath
+
+configopts = '--enable-hdf5-mod=$EBROOTHDF5'
+
+sanity_check_paths = {
+    'files': ["bin/darshan-job-summary.pl"],
+    'dirs': []
+}
+
+dependencies = [
+    ("gnuplot", "5.4.2"),
+    ("Perl", "5.34.0"),
+    ("HDF5", "1.12.1"),
+    ('texlive', '20200406'),
+]
+
+exts_defaultclass = 'PerlModule'
+exts_list = [
+    ('Pod::Parser', '1.63', {
+        'source_tmpl': 'Pod-Parser-%(version)s.tar.gz',
+        'source_urls': ['https://cpan.metacpan.org/authors/id/M/MA/MAREKR/'],
+        'checksums': ['dbe0b56129975b2f83a02841e8e0ed47be80f060686c66ea37e529d97aa70ccd'],
+    }),
+]
+
+modextrapaths = {'PERL5LIB': 'lib/perl5/%(perlver)s/'}
+
+moduleclass = 'lib'